| Age | Commit message (Expand) | Author |
| 2012-09-17 | kakrc: use color aliases for cpp and kakrc highlighting | Maxime Coste |
| 2012-09-12 | rework fifo handling, use real fifos in {make,grep}.kak, update README | Maxime Coste |
| 2012-09-12 | grep command uses file completion | Maxime Coste |
| 2012-09-09 | use -shell-params in rc files | Maxime Coste |
| 2012-09-06 | kakrc.kak: fix comments highlighting | Maxime Coste |
| 2012-09-06 | cpp.kak: smarter alt command | Maxime Coste |
| 2012-09-06 | tweak make output highlighting | Maxime Coste |
| 2012-09-04 | cleanup cpp.kak | Maxime Coste |
| 2012-09-04 | Support # comments in commands | Maxime Coste |
| 2012-08-30 | git.kak: tweak highlighting | Maxime Coste |
| 2012-08-29 | make.kak: fix highlighting | Maxime Coste |
| 2012-08-29 | make.kak: fix parameter passing | Maxime Coste |
| 2012-08-29 | use fifo buffers for grep and make command | Maxime Coste |
| 2012-08-23 | grep.kak: do not quote params | Maxime Coste |
| 2012-08-17 | make.kak: style fix | Maxime Coste |
| 2012-08-17 | grep.kak: use perl regex syntax and quote parameters | Maxime Coste |
| 2012-08-14 | rc/grep.kak: style fix | Maxime Coste |
| 2012-08-11 | use new reg access syntax in rc files | Maxime Coste |
| 2012-08-10 | make.kak: quote echo parameter in errjump | Maxime Coste |
| 2012-08-08 | add rc/asciidoc.kak for asciidoc highlighting | Maxime Coste |
| 2012-08-08 | make.kak: errjump also display the error description in the status line | Maxime Coste |
| 2012-08-07 | rc/{grep,make}.kak: use a scratch buffer to store results | Maxime Coste |
| 2012-08-07 | kakrc: fix string highlighting | Maxime Coste |
| 2012-08-07 | add rc/grep.kak which provides a grep and gjump command | Maxime Coste |
| 2012-08-07 | add rc/make.kak which provides make and errjump commands | Maxime Coste |
| 2012-08-07 | cpp.kak: also try to detect cpp files using the file tool | Maxime Coste |
| 2012-08-07 | kakrc: tweak highlighting | Maxime Coste |
| 2012-08-07 | use new regex highlighter features in rc files | Maxime Coste |
| 2012-08-07 | new regex highlighter parameters syntax, support per capture highlight | Maxime Coste |
| 2012-08-05 | Registers need a context to return their values | Maxime Coste |
| 2012-08-02 | fix global.kak, eval command no longer exists | Maxime Coste |
| 2012-07-31 | CommandManager: rework command parser | Maxime Coste |
| 2012-07-25 | diff.kak: recognize patch files | Maxime Coste |
| 2012-07-20 | add inline keyword in cpp highlighting | Maxime Coste |
| 2012-07-18 | global: quote tag pattern | Maxime Coste |
| 2012-06-27 | add rc/diff.kak and load in kakrc | Maxime Coste |
| 2012-06-15 | git.kak: use filetype option | Maxime Coste |
| 2012-06-14 | cleanup kakrc.kak | Maxime Coste |
| 2012-06-14 | rework cpp.kak and kakrc.kak to use the filetype option | Maxime Coste |
| 2012-06-12 | BufCreate hook is always called for every buffer, BufNew is called when creat... | Maxime Coste |
| 2012-06-04 | global: select the tag, fail nicely | Maxime Coste |
| 2012-06-04 | tweak cpp highlighting | Maxime Coste |
| 2012-05-29 | tweak cpp highlighting | Maxime Coste |
| 2012-05-29 | global.kak: support tag name completion | Maxime Coste |
| 2012-05-28 | global.kak: the 'tag' command uses 'menu -auto-single' | Maxime Coste |
| 2012-05-18 | add rc/global.kak file which provides the tag command using GNU GLOBAL | Maxime Coste |
| 2012-05-04 | remove {add,rm}grouphl, go back to a -group arg in {add,rm}hl | Maxime Coste |
| 2012-03-08 | add some highlighting for git | Maxime Coste |
| 2012-02-16 | tweak kakrc highlighting | Maxime Coste |
| 2012-02-13 | add alt command which alternate between c/cpp and h/hpp file | Maxime Coste |