| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-02 | colorscheme: improve error message if a colorscheme was not found. | Markus F.X.J. Oberhumer | |
| 2020-08-24 | Avoid accidentally using environment variables in sh scopes | Johannes Altmanninger | |
| On the instances with altfile this was already the case, but this makes it more obvious. Closes #3673 | |||
| 2019-10-29 | share kakrc: Use `fail` in the `:colorscheme` command | Frank LENORMAND | |
| When an invalid colorscheme is selected from the user configuration file, the editor doesn't report any errors at startup unless the `fail` command is used. | |||
| 2018-10-03 | Added shell command completion support to define-command and prompt | Justin Frank | |
| This commit also introduces a regression in that I decided that the best way to avoid overly long and confusing names was to rename the current shell-* switches to script-*, and have the shell command completion be shell-completion. renamed script-{completion,candidates} to shell-script-* Updated docs with new switch names Added -shell-completion switch to x11-repl and kitty-repl | |||
| 2018-07-08 | Improve kakoune startup time by 33% | Maxim Baz | |
| 2018-07-05 | Do not reparse %sh{...} strings | Maxime Coste | |
| Automatic reparsing of %sh{...}, while convenient in many cases, can be surprising as well, and can lead to security problems: 'echo %sh{ printf "foo\necho bar" }' runs 'echo foo', then 'echo bar'. we make this danger explicit, and we fix the 'nop %sh{...}' pattern. To reparse %sh{...} strings, they can be passed to evaluate-commands, which has been fixed to work in every cases where %sh{...} reparsing was used.. | |||
| 2018-02-24 | kakrc: refactor colorscheme implementation | Maxime Coste | |
| Style tweaks, and remove check for parameter count as this is already done by Kakoune itself (the command is specified to take 1 parameter) | |||
| 2018-02-22 | kakrc: Allow `colorscheme` to search directories recursively | Frank LENORMAND | |
| 2018-01-19 | Introduce a $kak_config env var containing the Kakoune user config dir | Maxime Coste | |
| Makes it easier for users who want to locate their kakrc file, and does not require to go through shell expansion to get it as "${XDG_CONFIG_DIR:-${HOME}/.config}/kak" Fixes #1740 | |||
| 2017-05-15 | kakrc: Simplify and optimize the autoload function | Frank LENORMAND | |
| 2017-05-09 | Rename kakrc::autoload to kakrc::autoload_directory | Chloe Kudryavtsev | |
| `autoload` is a reserved keyword in the ksh family of shells. Some of these are common `/bin/sh` providers (e.g mksh). Renaming it to have a prefix fixes autoloading on such systems (see #1353). This should not have any side effects due to the limited scope. | |||
| 2017-01-05 | Remove the runtime command | Maxime Coste | |
| 2016-09-05 | Use shell-candidates for :colorscheme completion | Maxime Coste | |
| 2016-04-23 | Fix the error message display in the `colorscheme` function | Frank LENORMAND | |
| 2016-04-11 | Avoid stderr message from cut when completing colorschemes | Maxime Coste | |
| 2016-03-27 | Try to load an eventual kakrc.local next to the common kakrc | Maxime Coste | |
| 2016-01-29 | Avoid spurious error on empty autoload folders | Maxime Coste | |
| 2016-01-10 | Use printf instead of echo in colorscheme completer | Maxime Coste | |
| 2016-01-06 | Posix compliance in colorscheme command completer | Maxime Coste | |
| 2015-12-11 | Report debug information on failed autoloading | Enrico Lumetti | |
| 2015-12-01 | Change def -shell-params to def -params and take the counts as parameters | Maxime Coste | |
| 2015-07-20 | Fix colorscheme completion that triggered a shell syntax error | Maxime Coste | |
| When the user colors dir was missing, expr was failing, with the error ending up in the *debug* buffer | |||
| 2015-07-19 | Load default.kak as default color scheme | Eike Plack | |
| 2015-07-17 | Autoload color schemes in userspace | Eike Plack | |
| * if a color scheme exists system wide the one in userspace will take precedence | |||
| 2015-07-03 | Formatting fix | Maxime Coste | |
| 2015-07-02 | Add a colorscheme command and a first zenburn them in the colors directory | Maxime Coste | |
| 2015-05-31 | Remove debug messages from kakrc | Maxime Coste | |
| 2015-05-30 | Autoload site wide kak scripts if the user does not have his own autoload folder | Maxime Coste | |
| 2015-05-29 | Indentation fix in kakrc | Maxime Coste | |
| 2015-05-12 | Do not override meta face when defining markup color scheme | Maxime Coste | |
| 2015-05-09 | Use named colors in highlighting configuration for markup languages. | BenoƮt Laurent | |
| 2014-07-19 | source all .kak in autoload/ | Alex Leferry 2 | |
| 2014-07-14 | Remove region highlighter, rename multi_regions to regions, cleanup | Maxime Coste | |
| 2014-07-13 | Rename 'macro' face to more general 'meta' | Maxime Coste | |
| As it is used in python/ruby for 'import' which is not really a macro. | |||
| 2014-07-12 | Rename :colalias to :face and update documentation | Maxime Coste | |
| 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 | |||
