| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
secure
|
|
Fixes #660
|
|
Fixes #659
|
|
|
|
|
|
|
|
|
|
buffer end
Fixes #654
|
|
Fixes #383
|
|
|
|
|
|
|
|
Fixes #424
|
|
|
|
|
|
|
|
|
|
|
|
Update README.asciidoc
|
|
Refactor code in file.cc, avoid many double stat when searching
commands
Fixes #646
|
|
|
|
|
|
|
|
|
|
Fix escaping in jedi.kak as well
|
|
|
|
|
|
Previous logic worked only when the buffer moved in the window, but
not if some highlighter (like line numbering or flag lines) moved
the text around.
|
|
Fixes #643
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove use of utf8 iterators and use directly utf8 functions
|
|
|
|
|
|
Move temporaries into the view itself and keep a reference on
non temporaries
|
|
|
|
-shell-candidates use a shell script that returns all the candidates
and then sort them using Kakoune ranked matches system instead of
delegating the whole completion to the shell script (as shell-completion does)
|
|
Fixes #124
|
|
|
|
|
|
|
|
Fix #551
|