| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-23 | Make kak more installable | Maxime Coste | |
| * 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 | |||
| 2013-10-30 | Remove setg/setb/setw and use set <scope> | Maxime Coste | |
| (with scope a prefix of global,buffer or window) | |||
| 2012-12-13 | tweak git commit message highlighting | Maxime Coste | |
| 2012-08-30 | git.kak: tweak highlighting | Maxime Coste | |
| 2012-08-07 | new regex highlighter parameters syntax, support per capture highlight | Maxime Coste | |
| 2012-07-31 | CommandManager: rework command parser | Maxime Coste | |
| a new type of strings is supported inspired by the ruby strings. %<delimiter>content<delimiter>, if opening delimiter is one of ([{<, then closing delimiter is the matching )]}> and balanced delimiters in the string needs not to be escaped, else the closing delimiter is the same as the opening one. shell expansion is available through %sh<delimiter>command<delimiter> syntax. Command flags have been removed, as these strings provide proper nesting support, so now, you can for example do: def command %{ echo %sh{ ls } } | |||
| 2012-06-15 | git.kak: use filetype option | Maxime Coste | |
| 2012-05-04 | remove {add,rm}grouphl, go back to a -group arg in {add,rm}hl | Maxime Coste | |
| more consistency, more shared code | |||
| 2012-03-08 | add some highlighting for git | Maxime Coste | |
