| Age | Commit message (Collapse) | Author |
|
* core: set of tools to work on kakoune source code
* base: very common languages and tools
* extra: less common languages and tools
|
|
|
|
|
|
|
|
|
|
|
|
option name
That allows access to non option values, such as cursor_column or cursor_line with
:addhl line '%val{cursor_line}' default,rgb:404040
Fixes #38
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with this switch, fail if the file is not found rather than creating
a new one. Use that in grep and make jump commands.
|
|
|
|
Use it to highlight the current error in the *make* buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|