aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Remove redundant castsAnton Ovchinnikov2015-03-09
* set_init_1: mb_init() on fallback encoding (utf8) #2106Floris van Liere2015-03-07
* Macro cleanup: HAVE_SANDBOXMichael Reed2015-03-05
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* Simpler handling for "always-on"/"always-off" options. #2002Florian Walch2015-02-22
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).Eliseo Martínez2015-02-18
* cleanup: Remove unused functions and builtin termcapsThiago de Arruda2015-02-16
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove 'edcompatible' #1911Michael Reed2015-02-16
* Remove 'ttyfast'Michael Reed2015-02-08
* Add EndOfBuffer hl group for ~ lines after the last line in buffersMarco Hinz2015-02-02
* vim-patch:7.4.462Pavel Platto2015-01-20
* Remove long_u: buffer_defs.h: Refactor long_u.Eliseo Martínez2015-01-19
* Remove long_u: option.c: Refactor long_u.Eliseo Martínez2015-01-19
* Remove long_u: option.c: Enable -Wconversion.Eliseo Martínez2015-01-19
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Remove long_u: term: Enable -Wconversion.Eliseo Martínez2015-01-10
* Change 'history' default to 50.Florian Walch2015-01-04
* vim-patch:7.4.538Florian Walch2014-12-24
* vim-patch:7.4.438Florian Walch2014-12-23
* vim-patch:7.4.456Marco Hinz2014-12-20
* Use ARRAY_SIZE where Coccinelle wasn't able to do itFelipe Oliveira Carvalho2014-12-18
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* Fix warnings: option.c: makeset()/put_setnum(): Various (3): FP.Eliseo Martínez2014-12-17
* Ignore compatible modeJoel Teichroeb2014-12-13
* docs: Remove 'osfiletype' remnantsMichael Reed2014-12-09
* options: change "unnamedclip" back to "clipboard=unnamed/unnamedplus"Björn Linse2014-12-08
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* term: Move "set_shellsize" to screen.c as "screen_resize"Thiago de Arruda2014-12-02
* Remove code defined under USE_IM_CONTROL #ifdefsThiago de Arruda2014-11-27
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* doc: Remove MS-DOS specific options bioskey and conskey #1353Fredrik Fornwall2014-11-17
* Fix warnings: option.c: do_set(): Dead assignment: HI.Eliseo Martínez2014-11-15
* Merge pull request #1283 from splinterofchaos/breakindent-tabJustin M. Keyes2014-11-12
|\
| * vim-patch:7.4.417Scott Prager2014-11-12
* | Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
|/
* Review: Remove long_u: memfile: Refactor: int -> bool.Eliseo Martínez2014-11-06
* Removes shelltype option and all revelant doc. #1249Joseph Anthony Pasquale Holsten2014-10-06
* Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* provider: Major refactorThiago de Arruda2014-09-12
* Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* vim-patch:7.4.339André Twupack2014-08-21
* vim-patch: 7.4.353Felipe Morales2014-08-20