| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-08 | Move grench.rc in the correct directory | Maxime Coste | |
| 2015-11-26 | add rc/grench.kak | Alex Leferry 2 | |
| 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-12-13 | honor jumpclient for grep | Maxime Coste | |
| 2013-12-13 | make.kak: errjump tries to recognize current make directory | Maxime Coste | |
| 2013-12-13 | Fix cpp strings highlight | Maxime Coste | |
| 2013-12-12 | Region highlighter takes regexes for region start/end | Maxime Coste | |
| 2013-12-07 | ctags.kak: Show message with Information colalias in gentags | Maxime Coste | |
| 2013-12-07 | use -try-client in kak files rather than ad-hoc shell logic | Maxime Coste | |
| 2013-12-04 | fix strings in comment being highlighted as strings | Maxime Coste | |
| 2013-12-04 | use region highlighter for cpp | Maxime Coste | |
| 2013-12-03 | Change rc files to use shared highlighters | Maxime Coste | |
| 2013-12-03 | fixup cpp.kak | Maxime Coste | |
| 2013-12-03 | rework cpp indenter, try to make them more readable | Maxime Coste | |
| 2013-11-28 | Improve ctags support | Maxime Coste | |
| * cleanup tag command * add a tag-complete command * add a gentags command for launching ctags in the background | |||
| 2013-11-18 | fix git blame support in git-tools.kak | Maxime Coste | |
| 2013-11-14 | tweak style cpp.kak | Maxime Coste | |
| 2013-11-14 | Do not use eval for grepcmd, as it will evaluate \ escapes as well | Maxime Coste | |
| 2013-11-13 | move cpp indentation to helper hidden commands | Maxime Coste | |
| 2013-11-12 | Centralize file mimetype detection in mime.kak | Maxime Coste | |
| This way, 'file --mime-type $buffer' is called only once per file rather than once per filetype detection hook. | |||
| 2013-11-12 | Add support for hidden options, not showed by completion | Maxime Coste | |
| the decl command can take a -hidden parameter to hide an option | |||
| 2013-11-08 | Use eval ${kak_opt_(make|grep}cmd} in (make|grep).kak | Maxime Coste | |
| Quotes in the variable are preserved that way. | |||
| 2013-11-08 | update cpp indentation hooks, indent after visibilty specifier | Maxime Coste | |
| 2013-11-07 | cleanup cpp hooks | Maxime Coste | |
| 2013-11-07 | clang.kak: wrap clang-autocomplete hook in a try %{} | Maxime Coste | |
| 2013-11-07 | cpp indent improvement | Maxime Coste | |
| * auto inserts a ; after } if it closes a class or struct * auto copy the // comment of the previous line | |||
| 2013-11-07 | fix kakrc string highlighting | Maxime Coste | |
| 2013-11-05 | Add support for -itersel option in exec/eval | Maxime Coste | |
| -itersel makes a -draft eval/exec run once for each selections separately rather than with all selections at a time. | |||
| 2013-11-04 | update cpp indent hooks, add align to opening paren support | Maxime Coste | |
| 2013-11-04 | Use InsertChar hook for char insertion, and InsertKey for key press | Maxime Coste | |
| 2013-11-04 | Allow to ommit the catch part in the try command | Maxime Coste | |
| 2013-11-04 | simplify clang-enable-autocomplete, no need for shell | Maxime Coste | |
| 2013-11-04 | remove filters, use hooks instead | Maxime Coste | |
| 2013-11-04 | cpp.kak: replace filters with hooks | Maxime Coste | |
| 2013-11-04 | Run new clients in a new process session | Maxime Coste | |
| When running a terminal emulator containing a kakoune client, it used to still have the server tty as controlling termnal, and so received SIGINT's from the user in it. Termnal emulators then responded by exiting. This is no longer the case. | |||
| 2013-10-30 | Remove setg/setb/setw and use set <scope> | Maxime Coste | |
| (with scope a prefix of global,buffer or window) | |||
| 2013-10-11 | Fix ctags.kak function info support | Maxime Coste | |
| 2013-09-25 | Remove $kak_socket replaced with $kak_session | Maxime Coste | |
| use /tmp/kak-$kak_session to get the socket path | |||
| 2013-09-12 | Fix clang.kak, now that eval -draft does not use the client user interface | Maxime Coste | |
| 2013-07-26 | git-tools: use : as list separator, escape it correctly | Maxime Coste | |
| 2013-07-24 | go back to : as set/list separator in options | Maxime Coste | |
| 2013-07-12 | cpp.kak: wrap trailing whitespace cleanup hook in a try catch | Maxime Coste | |
| 2013-06-21 | clang.kak: use socat in unidirectional mode | Maxime Coste | |
| 2013-05-17 | cpp.kak: fix alt now that alt_dirs is a proper list | Maxime Coste | |
| 2013-05-16 | cpp.kak: fix alt_dirs option default value | Maxime Coste | |
| 2013-04-26 | git-tools.kak: support add and diff command | Maxime Coste | |
| 2013-04-23 | git-tools.kak: use a single git command with subcommands | Maxime Coste | |
| 2013-04-18 | add man.kak which provides a man command for displaying man pages in kakoune | Maxime Coste | |
| 2013-04-17 | ctags.kak: fix zc changed to vc | Maxime Coste | |
| 2013-04-17 | toolsclient option support is back, add docsclient for git-diff | Maxime Coste | |
