summaryrefslogtreecommitdiff
path: root/src/option_manager.cc
AgeCommit message (Expand)Author
2014-11-16Yet more StringView params, less const String&Maxime Coste
2014-10-30Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in itMaxime Coste
2014-10-06scrolloff is now a line,column pairMaxime Coste
2014-08-21Add a 'disabled_hooks' regex optionMaxime Coste
2014-08-19Remove option checkers, handle that through the type systemMaxime Coste
2014-07-10Change autoinfo option to be an integer, allowing different levelsMaxime Coste
2014-05-25Disable 'interactive' options in :exec/:evalMaxime Coste
2014-05-11use words=all rather than words=buffer for default insert word completionMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2014-04-12Extract option descriptions in an shared OptionDesc classMaxime Coste
2014-04-11Add a docstring to optionsMaxime Coste
2014-03-25Remove the shell option, always use /bin/shMaxime Coste
2014-03-15Insert mode completion execute completers in order, and supports multiple optionMaxime Coste
2014-01-03Try prefix completion and then subsequence completion for option namesMaxime Coste
2013-12-15Remove insert_hide_sel optionMaxime Coste
2013-11-12Add support for hidden options, not showed by completionMaxime Coste
2013-11-06make align tab-awareMaxime Coste
2013-11-04Add automatic completion display in prompt modeMaxime Coste
2013-10-21Add an autoreload YesNoAsk option, for configuring buffer reloading behaviour.Maxime Coste
2013-09-23Add prefix_match function and use it instead of adhoc codeMaxime Coste
2013-08-02Add support for filename insert mode completionMaxime Coste
2013-07-26enable autoinfo by defaultMaxime Coste
2013-05-20Word completion can optionally look for candidates in all buffersMaxime Coste
2013-05-16Show an info box with available option when waiting for a keyMaxime Coste
2013-05-16Add scrolloff option supportMaxime Coste
2013-05-06Option can be declared with a checker function.Maxime Coste
2013-05-06add unordered_set option support, use it for completersMaxime Coste
2013-05-03add a completers option for specifying which completer to use for BufferCompl...Maxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-04-01Set default shell to bash, as most kak files requires itMaxime Coste
2013-03-26Make TypedOption templates publicMaxime Coste
2013-03-26Add a special option type LineAndFlag, use it for FlagLines highlighterMaxime Coste
2013-03-19Add an 'insert_hide_sel' option, which hides selection when insertingMaxime Coste
2013-03-14add support for regex options, make ignored_files oneMaxime Coste
2013-03-13goto file uses the 'path' string-list option instead of hard coded pathsMaxime Coste
2013-03-11Add an experimental configurable input completion fonctionMaxime Coste
2013-03-06throw a runtime error when a wrong type is requested for an optionMaxime Coste
2013-03-06Add support for int list options, specified using a comma seperated list of intMaxime Coste
2013-03-05fix ignored_files default valueMaxime Coste
2013-03-05simplify how string -> option conversion are written, free functions instead ...Maxime Coste
2013-03-05Add support for boolean optionsMaxime Coste
2013-03-05Strongly typed options supportMaxime Coste
2012-12-31add incsearch option to choose if incremental search is enabledMaxime Coste
2012-12-13the shell used for command execution can be changed using the 'shell' optionMaxime Coste
2012-11-29add an ignored_files regex option whose matches are not used for completionMaxime Coste
2012-11-29Add configurable prompt completion behaviourMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.Maxime Coste
2012-11-19Add indent/deindent binding (> and <)Maxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste