summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-07Ranges: add unit test and fix corner case in split viewMaxime Coste
2017-12-07Tweak unescape template function to unescape the escape char as wellMaxime Coste
2017-12-06Remove Vector returning split functions, use range adaptorMaxime Coste
2017-12-06man.kak: Better support for renaming a man bufferMaxime Coste
2017-12-06InsertCompleter: only accept words matching the target buffer word definitionMaxime Coste
2017-12-06man.kak: use shell-candidates instead of shell-completionsMaxime Coste
2017-12-06RankedMatch: Make punctuation ordered *before* alphanumeric charactersMaxime Coste
2017-12-06man.kak: Fix behaviour when called with no params with Posix shellsMaxime Coste
2017-12-06Ensure that normal mode restores disabled hook status on disabledMaxime Coste
2017-12-06- Fix: proper escaping of kak_{session, client}Frank LENORMAND
2017-12-06* Integrate ranger with GNU Screen.Nicholas Ochiel
2017-12-04Replace uses of getpwuid which is incompatible with static linkingMaxime Coste
2017-12-03* Crude implementation of focus: use the current region to switch to the desi...Nicholas Ochiel
2017-12-03Merge remote-tracking branch 'Qeole/master'Maxime Coste
2017-12-03Merge remote-tracking branch 'lenormf/fix-dockerfile'Maxime Coste
2017-12-03Merge remote-tracking branch 'lenormf/nim-support'Maxime Coste
2017-12-03c-family.kak: Use regex custom text object to simplify some indentMaxime Coste
2017-12-03c-family.kak: indent after parenthesis at end of lineMaxime Coste
2017-12-03Text-Objects: Use regex to select surroundingsMaxime Coste
2017-12-03test/: Add more tests for object selection corner casesMaxime Coste
2017-12-03test: fix support for '(' in initial selected textMaxime Coste
2017-12-03Regex: Introduce backward_regex_search helper functionMaxime Coste
2017-12-02Regex: make RegexIterator iterable and able to iter backwardsMaxime Coste
2017-12-01rc dockerfile: Remove a left-over debug instructionFrank LENORMAND
2017-12-01Regex: Support forward and backward matching code in the same CompiledRegexMaxime Coste
2017-12-01Merge git://github.com/valerdi/kakouneMaxime Coste
2017-12-01Merge remote-tracking branch 'lenormf/fix-dockerfile'Maxime Coste
2017-12-01Regex: Do not allow private use codepoints literalsMaxime Coste
2017-12-01Regex: use StartDesc to early out when not searchingMaxime Coste
2017-12-01Regex: rename StartChars to StartDescMaxime Coste
2017-11-30added AbstractString to keywordsvalerdi
2017-11-30Regex: optimize parsing a bitMaxime Coste
2017-11-30Regex: smarter handling of start chars computation for character classMaxime Coste
2017-11-29README: minor fixesQeole
2017-11-29Qeole Copyright WaiverQeole
2017-11-29rc: Implement basic Nim supportFrank LENORMAND
2017-11-29Regex: avoid unneeded allocations and moves by reusing MatchResults storageMaxime Coste
2017-11-28hooks.asciidoc: Fix few rendering problemsMaxime Coste
2017-11-28Wrap: try to rework and simplify the algorithms furtherMaxime Coste
2017-11-28Regex: Various small code tweaksMaxime Coste
2017-11-28Regex: optimize compilation by reserving dataMaxime Coste
2017-11-28Regex: Tweak is_ctype implementation styleMaxime Coste
2017-11-27Fix compute_modified_ranges corner case that would crash on undoMaxime Coste
2017-11-27Merge remote-tracking branch 'Delapouite/advance'Maxime Coste
2017-11-25Docs: fix typo avance → advance in keysDelapouite
2017-11-25Regex: Replace generic 'Matchers' with specialized functionalityMaxime Coste
2017-11-25Regex: do not decode utf8 in accept calls as they always run on asciiMaxime Coste
2017-11-25Add an InsertCompletionSelect hookMaxime Coste
2017-11-25Small formating tweakMaxime Coste
2017-11-25Highlighters: Introduce unique highlighter supportMaxime Coste