aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* 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
* options: Search upwards for tags file #2670Felipe Morales2015-05-19
* Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)Michael Reed2015-05-18
* options: Enable &wildmenu, use "list:longest,full" for &wildmode by default #...Felipe Morales2015-05-17
* options: mark nonfunctional &termencoding option as hidden. #2631Björn Linse2015-05-17
* Change 'backspace' default to "indent,eol,start" #2639Michael Reed2015-05-15
* vim-patch:7.4.524 #2559David Bürgin2015-05-09
* Remove char_u: FullName_save()Mark Bainter2015-05-06
* vim-patch:7.4.659 + testMichael Reed2015-05-01
* Remove obsolete vi options #2553David Bürgin2015-05-01
* vim-patch:7.4.711David Bürgin2015-04-27
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Refactor get_env() to respect const qualifierMark Bainter2015-04-18
* Remove char_u: get_mess_lang()Mark Bainter2015-04-18
* Remove char_u: set_helplang_default()Mark Bainter2015-04-18
* Remove char_u: vim_setenv()Mark Bainter2015-04-18
* Remove char_u: vim_getenv()Mark Bainter2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Add new highlight groups TermCursor/TermCursorNCMarco Hinz2015-04-09
* Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07
* vim-patch:7.4.336 #2299David Bürgin2015-04-02
* vim-patch:7.4.502 #2282David Bürgin2015-03-29
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* doc: Remove refs to 'compatible' and friendsMichael Reed2015-03-24
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* misc2.c: Move emsg* functions to message.c #2152Michael Reed2015-03-19
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15