index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
kak
Age
Commit message (
Expand
)
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
2019-10-29
share kakrc: Use `fail` in the `:colorscheme` command
Frank LENORMAND
2019-01-23
Only embed gdb script on ELF targets, and add missing gdb symlink
Maxime Coste
2018-10-03
Added shell command completion support to define-command and prompt
Justin Frank
2018-07-08
Improve kakoune startup time by 33%
Maxim Baz
2018-07-05
Do not reparse %sh{...} strings
Maxime Coste
2018-02-24
kakrc: refactor colorscheme implementation
Maxime Coste
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
2017-11-08
Doc: add missing symlink to access ocumentation pages
Maxime Coste
2017-05-15
kakrc: Simplify and optimize the autoload function
Frank LENORMAND
2017-05-09
Rename kakrc::autoload to kakrc::autoload_directory
Chloe Kudryavtsev
2017-01-05
Remove the runtime command
Maxime Coste
2016-10-13
Fix python comment copy logic in python.kak
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
2015-07-19
Load default.kak as default color scheme
Eike Plack
2015-07-17
Autoload color schemes in userspace
Eike Plack
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-06-02
Fix autoload symlink, was absolute instead of relative
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
2014-07-12
Rename :colalias to :face and update documentation
Maxime Coste
2013-12-23
Make kak more installable
Maxime Coste