aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* option: Add `//` to the end of default `&directory`ZyX2015-10-23
* option: Remove new trailing spacesZyX2015-10-23
* option: Do not add unneeded path separator, protect against zero lenZyX2015-10-23
* option: Move macros to functions, use PATHSEP in place of /ZyX2015-10-23
* documentation: Update documentationZyX2015-10-23
* option: Use proper printexprZyX2015-10-23
* option: Remove some memory leaksZyX2015-10-23
* stdpaths: Export get_xdg function (renamed) and use it for runtimepathZyX2015-10-23
* stdpaths: Rename export functions so that they have common prefixZyX2015-10-23
* option: Append with escaped commasZyX2015-10-23
* option: Prepare for all environment variables being NULL.ZyX2015-10-23
* option: Move all data directories after all config directoriesZyX2015-10-23
* option: Add /site subdirectory to data directoriesZyX2015-10-23
* option: Use different default value for &runtimepathZyX2015-10-23
* option,main: Partial support of XDG base directory specificationKeerthan Jaic2015-10-23
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* shada: Fix memory leak and double free when setting both &vi and &sdZyX2015-10-08
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* Deprecate &viminfo and :[rw]v, add &shada and :[rw]shZyX2015-10-08
* Replace references to viminfo in various placesZyX2015-10-08
* encoding: simplify handling of encoding in TUIBjörn Linse2015-09-08
* encoding: don't allow changing encoding after startup scriptsBjörn Linse2015-09-08
* vim-patch:7.4.602oni-link2015-09-06
* fixup: appease clintFelipe Morales2015-09-04
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* defaults: set 'laststatus' to 2. #2876Felipe Morales2015-08-24
* defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872Felipe Morales2015-08-22
* options: Move option definitions to options.luaZyX2015-07-26
* options,tui: don't hardcode default terminal sizeFelipe Morales2015-07-21
* defaults: set 'history' to 10000 by default. #2868Felipe Morales2015-07-20
* Remove POSIX 'cpoptions': cleanupMichael Reed2015-07-19
* Remove VisualNOS highlight group remnantsMichael Reed2015-07-04
* Remove 'guipty' referencesMichael Reed2015-07-04
* defaults: remove "options" in 'sessionoptions'. #2871Felipe Morales2015-06-21
* defaults: prefix "!" to 'viminfo' by default #2870Felipe Morales2015-06-21
* defaults: set 'tabpagemax' to 50 by default. #2869Felipe Morales2015-06-21
* defaults: set 'display' to "lastline" by default.Felipe Morales2015-06-21
* defaults: enable 'hlsearch' by default. #2859Justin M. Keyes2015-06-20
* defaults: enable 'incsearch' by default. #2858Felipe Morales2015-06-20
* defaults: remove "i" from the default 'complete' #2854Felipe Morales2015-06-20
* default: enable 'langnoremap'. #2853Felipe Morales2015-06-20
* defaults: set 'mouse' to 'a' by default. #2860Felipe Morales2015-06-20
* defaults: enable 'autoindent' #2857Felipe Morales2015-06-20
* defaults: enable 'autoread' by default #2856Felipe Morales2015-06-20
* defaults: enable 'smarttab' by default. #2855Felipe Morales2015-06-20
* tui: make termkey use utf-8 mode when &encoding=utf-8 #2469Björn Linse2015-06-13
* Add noinsert and noselect features in completeopt #2564Shougo Matsushita2015-06-04
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* Remove 'octal' from default value for '&nrformats' #2668Felipe Morales2015-05-29