| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This way, region highlighters only need to regex-parse lines that
actually changed. matches on lines that just moved around but whose
content did not change can be updated simply by updating their line
coordinate.
|
|
That means that lines that move around keep their timestamp.
|
|
Buffer values could be registered as a listener, so we need to
get rid of them before asserting that all listeners have been
unregistered.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-itersel would not make sense with changing context buffer, so
it should be safe.
Fixes #14
|
|
|
|
Previously we used the is... rather than isw...
These functions were not supporting non ascii characters correctly
|
|
|
|
Fixes #18
|
|
|
|
Fixes #21
|
|
|
|
Stop using regex for selecting spaces at the begining of the line
|
|
Command completion now work after a command separator (;)
fixes #19
|
|
fixes #11
|
|
fixes #3
|
|
fixes #4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Completion now only proposes full command names
|
|
|
|
* Kak relies on the kakrc file to be in ../share/kak/kakrc relative
to kak binary rather than in the same directory
* Added an install target to the Makefile
|
|
use it for pipe completion
|
|
|
|
ClientManager now stores only the free windows, clients take
ownership of its own.
|
|
|
|
|
|
|