index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-12-07
Ranges: add unit test and fix corner case in split view
Maxime Coste
2017-12-07
Tweak unescape template function to unescape the escape char as well
Maxime Coste
2017-12-06
Remove Vector returning split functions, use range adaptor
Maxime Coste
2017-12-06
man.kak: Better support for renaming a man buffer
Maxime Coste
2017-12-06
InsertCompleter: only accept words matching the target buffer word definition
Maxime Coste
2017-12-06
man.kak: use shell-candidates instead of shell-completions
Maxime Coste
2017-12-06
RankedMatch: Make punctuation ordered *before* alphanumeric characters
Maxime Coste
2017-12-06
man.kak: Fix behaviour when called with no params with Posix shells
Maxime Coste
2017-12-06
Ensure that normal mode restores disabled hook status on disabled
Maxime 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-04
Replace uses of getpwuid which is incompatible with static linking
Maxime Coste
2017-12-03
* Crude implementation of focus: use the current region to switch to the desi...
Nicholas Ochiel
2017-12-03
Merge remote-tracking branch 'Qeole/master'
Maxime Coste
2017-12-03
Merge remote-tracking branch 'lenormf/fix-dockerfile'
Maxime Coste
2017-12-03
Merge remote-tracking branch 'lenormf/nim-support'
Maxime Coste
2017-12-03
c-family.kak: Use regex custom text object to simplify some indent
Maxime Coste
2017-12-03
c-family.kak: indent after parenthesis at end of line
Maxime Coste
2017-12-03
Text-Objects: Use regex to select surroundings
Maxime Coste
2017-12-03
test/: Add more tests for object selection corner cases
Maxime Coste
2017-12-03
test: fix support for '(' in initial selected text
Maxime Coste
2017-12-03
Regex: Introduce backward_regex_search helper function
Maxime Coste
2017-12-02
Regex: make RegexIterator iterable and able to iter backwards
Maxime Coste
2017-12-01
rc dockerfile: Remove a left-over debug instruction
Frank LENORMAND
2017-12-01
Regex: Support forward and backward matching code in the same CompiledRegex
Maxime Coste
2017-12-01
Merge git://github.com/valerdi/kakoune
Maxime Coste
2017-12-01
Merge remote-tracking branch 'lenormf/fix-dockerfile'
Maxime Coste
2017-12-01
Regex: Do not allow private use codepoints literals
Maxime Coste
2017-12-01
Regex: use StartDesc to early out when not searching
Maxime Coste
2017-12-01
Regex: rename StartChars to StartDesc
Maxime Coste
2017-11-30
added AbstractString to keywords
valerdi
2017-11-30
Regex: optimize parsing a bit
Maxime Coste
2017-11-30
Regex: smarter handling of start chars computation for character class
Maxime Coste
2017-11-29
README: minor fixes
Qeole
2017-11-29
Qeole Copyright Waiver
Qeole
2017-11-29
rc: Implement basic Nim support
Frank LENORMAND
2017-11-29
Regex: avoid unneeded allocations and moves by reusing MatchResults storage
Maxime Coste
2017-11-28
hooks.asciidoc: Fix few rendering problems
Maxime Coste
2017-11-28
Wrap: try to rework and simplify the algorithms further
Maxime Coste
2017-11-28
Regex: Various small code tweaks
Maxime Coste
2017-11-28
Regex: optimize compilation by reserving data
Maxime Coste
2017-11-28
Regex: Tweak is_ctype implementation style
Maxime Coste
2017-11-27
Fix compute_modified_ranges corner case that would crash on undo
Maxime Coste
2017-11-27
Merge remote-tracking branch 'Delapouite/advance'
Maxime Coste
2017-11-25
Docs: fix typo avance → advance in keys
Delapouite
2017-11-25
Regex: Replace generic 'Matchers' with specialized functionality
Maxime Coste
2017-11-25
Regex: do not decode utf8 in accept calls as they always run on ascii
Maxime Coste
2017-11-25
Add an InsertCompletionSelect hook
Maxime Coste
2017-11-25
Small formating tweak
Maxime Coste
2017-11-25
Highlighters: Introduce unique highlighter support
Maxime Coste
[prev]
[next]