| Age | Commit message (Expand) | Author |
| 2014-11-16 | Yet more StringView params, less const String& | Maxime Coste |
| 2014-10-30 | Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it | Maxime Coste |
| 2014-10-06 | scrolloff is now a line,column pair | Maxime Coste |
| 2014-08-21 | Add a 'disabled_hooks' regex option | Maxime Coste |
| 2014-08-19 | Remove option checkers, handle that through the type system | Maxime Coste |
| 2014-07-10 | Change autoinfo option to be an integer, allowing different levels | Maxime Coste |
| 2014-05-25 | Disable 'interactive' options in :exec/:eval | Maxime Coste |
| 2014-05-11 | use words=all rather than words=buffer for default insert word completion | Maxime Coste |
| 2014-04-18 | Use StringView for completion functions | Maxime Coste |
| 2014-04-12 | Extract option descriptions in an shared OptionDesc class | Maxime Coste |
| 2014-04-11 | Add a docstring to options | Maxime Coste |
| 2014-03-25 | Remove the shell option, always use /bin/sh | Maxime Coste |
| 2014-03-15 | Insert mode completion execute completers in order, and supports multiple option | Maxime Coste |
| 2014-01-03 | Try prefix completion and then subsequence completion for option names | Maxime Coste |
| 2013-12-15 | Remove insert_hide_sel option | Maxime Coste |
| 2013-11-12 | Add support for hidden options, not showed by completion | Maxime Coste |
| 2013-11-06 | make align tab-aware | Maxime Coste |
| 2013-11-04 | Add automatic completion display in prompt mode | Maxime Coste |
| 2013-10-21 | Add an autoreload YesNoAsk option, for configuring buffer reloading behaviour. | Maxime Coste |
| 2013-09-23 | Add prefix_match function and use it instead of adhoc code | Maxime Coste |
| 2013-08-02 | Add support for filename insert mode completion | Maxime Coste |
| 2013-07-26 | enable autoinfo by default | Maxime Coste |
| 2013-05-20 | Word completion can optionally look for candidates in all buffers | Maxime Coste |
| 2013-05-16 | Show an info box with available option when waiting for a key | Maxime Coste |
| 2013-05-16 | Add scrolloff option support | Maxime Coste |
| 2013-05-06 | Option can be declared with a checker function. | Maxime Coste |
| 2013-05-06 | add unordered_set option support, use it for completers | Maxime Coste |
| 2013-05-03 | add a completers option for specifying which completer to use for BufferCompl... | Maxime Coste |
| 2013-04-09 | sort includes directives | Maxime Coste |
| 2013-04-09 | rename assert to kak_assert to avoid collisions | Maxime Coste |
| 2013-04-01 | Set default shell to bash, as most kak files requires it | Maxime Coste |
| 2013-03-26 | Make TypedOption templates public | Maxime Coste |
| 2013-03-26 | Add a special option type LineAndFlag, use it for FlagLines highlighter | Maxime Coste |
| 2013-03-19 | Add an 'insert_hide_sel' option, which hides selection when inserting | Maxime Coste |
| 2013-03-14 | add support for regex options, make ignored_files one | Maxime Coste |
| 2013-03-13 | goto file uses the 'path' string-list option instead of hard coded paths | Maxime Coste |
| 2013-03-11 | Add an experimental configurable input completion fonction | Maxime Coste |
| 2013-03-06 | throw a runtime error when a wrong type is requested for an option | Maxime Coste |
| 2013-03-06 | Add support for int list options, specified using a comma seperated list of int | Maxime Coste |
| 2013-03-05 | fix ignored_files default value | Maxime Coste |
| 2013-03-05 | simplify how string -> option conversion are written, free functions instead ... | Maxime Coste |
| 2013-03-05 | Add support for boolean options | Maxime Coste |
| 2013-03-05 | Strongly typed options support | Maxime Coste |
| 2012-12-31 | add incsearch option to choose if incremental search is enabled | Maxime Coste |
| 2012-12-13 | the shell used for command execution can be changed using the 'shell' option | Maxime Coste |
| 2012-11-29 | add an ignored_files regex option whose matches are not used for completion | Maxime Coste |
| 2012-11-29 | Add configurable prompt completion behaviour | Maxime Coste |
| 2012-11-22 | rename (hook|option)_manager to (hook|option)s. | Maxime Coste |
| 2012-11-19 | Add indent/deindent binding (> and <) | Maxime Coste |
| 2012-10-11 | use ByteCount instead of CharCount when we are really counting bytes | Maxime Coste |