summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-05Add Symbol, async and await highlighting for javascript.kakDelapouite
2017-03-04Remove unused AliasRegistry::flatten_aliases methodMaxime Coste
2017-03-04Change word object selector to fail if the cursor is not on a word charMaxime Coste
2017-03-04Refactor surround unit test codeMaxime Coste
2017-03-04Git ignore kak.opt and kak.debugMaxime Coste
2017-03-03Refactor regex based selection codeMaxime Coste
2017-03-03Move object unit tests in their own subfolderMaxime Coste
2017-03-03Fix tests for indent selectionMaxime Coste
2017-03-03Fix indent selection respect for original selection cursor positionMaxime Coste
2017-03-03Merge remote-tracking branch 'casimir/patch-1'Maxime Coste
2017-03-03Merge remote-tracking branch 'ekie/hook'Maxime Coste
2017-03-03Merge remote-tracking branch 'lenormf/fix-autorestore'Maxime Coste
2017-03-03Merge remote-tracking branch 'occivink/master'Maxime Coste
2017-03-03Merge remote-tracking branch 'alexherbo2/rc-ocaml'Maxime Coste
2017-03-03Merge remote-tracking branch 'alexherbo2/rc-ruby'Maxime Coste
2017-03-03Merge remote-tracking branch 'lenormf/fix-spell'Maxime Coste
2017-03-03Return an optional selection in most selectors, fail rather than keep currentMaxime Coste
2017-03-03Ensure main selection index is correct directly in SelectionList::removeMaxime Coste
2017-03-03Make <a-space> throw on invalid index or last selectionMaxime Coste
2017-03-03Add docstring support for mappings, and use them in autoinfoMaxime Coste
2017-03-03<space>, <a-space>: throw on invalid preconditionsOlivier Perret
2017-03-01src: Fix the string conversion of range facesFrank LENORMAND
2017-03-01rc: add a `spell-next` commandFrank LENORMAND
2017-03-01rc: POSIX and cosmetic fixes in the `spell` script`Frank LENORMAND
2017-03-01add racer completion for rustMartin Chaine
2017-03-01rc: Don't print errors when no buffer backup existFrank LENORMAND
2017-03-01Add `RawKey` to hook completion listEike Plack
2017-02-28highlight hash access symbolsAlex Leferry 2
2017-02-27add rc/ocaml.kakAlex Leferry 2
2017-02-27Small naming tweakMaxime Coste
2017-02-27Merge remote-tracking branch 'lenormf/fix-unicode-enabled'Maxime Coste
2017-02-27Fix clang warnings about uninitialized timestamp fieldMaxime Coste
2017-02-27Merge remote-tracking branch 'lenormf/fix-autorestore'Maxime Coste
2017-02-27Merge remote-tracking branch 'lenormf/fix-modeline-posix'Maxime Coste
2017-02-27Compile optimized and debug into different files, make `kak` a symlinkMaxime Coste
2017-02-27Cleanup some tabby mess in the MakefileMaxime Coste
2017-02-26rc: POSIXify the `modeline.kak` scriptFrank LENORMAND
2017-02-24rc: Simplify/POSIXify the `autorestore.kak` scriptFrank LENORMAND
2017-02-23test: Fix UTF8 compliant locale detectionFrank LENORMAND
2017-02-23Tweak some character categorization function implementationsMaxime Coste
2017-02-23Refactor get_words to be simpler and fasterMaxime Coste
2017-02-23Fix support for non ascii chars in completion_extra_word_charMaxime Coste
2017-02-23Slight code cleanup in utf8_iterator.hhMaxime Coste
2017-02-23Refactor WordDB::add_words to be slightly fasterMaxime Coste
2017-02-23Refactor StringData and StringRegistry to remove need for purgingMaxime Coste
2017-02-23Use false instead of 0 in the kak_assert do whileMaxime Coste
2017-02-22Properly wrap `kak_assert` into a do-while scopeFrank LENORMAND
2017-02-22Remove out of date TODO fileMaxime Coste
2017-02-22Try to please clang-3.5Maxime Coste
2017-02-22Merge remote-tracking branch 'omar-polo/master'Maxime Coste