aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.0370: invalid memory access when setting wildchar emptyJan Edmund Lazo2018-09-23
* vim-patch:8.1.0414: v:option_old is cleared when using :set in OptionSet autocmdJan Edmund Lazo2018-09-22
* style: fixing minor issues noted in code review.ZviRackover2018-08-06
* lint: clean-up after parent commitZviRackover2018-08-06
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.0704: problems with autocommands when opening helpJan Edmund Lazo2018-06-25
* vim-patch:8.1.0107: getting buffer option clears message (#8637)Jacob Niehus2018-06-24
* vim-patch:8.0.0616: not always setting 'background' correctly after :hi Norma...Jan Edmund Lazo2018-06-21
* vim-patch:8.0.0546: swap file exists briefly when opening the command window ...Jan Edmund Lazo2018-06-19
* Merge #8526 from janlazo/vim-8.0.0451Justin M. Keyes2018-06-16
|\
| * vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* | fillchars: make checks more strict and improve testsBjörn Linse2018-06-14
* | Add ‘eob’ option to fillcharsJack Bracewell2018-06-13
* | options: remove 'maxcombine` option (always use 6)Björn Linse2018-06-13
|/
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* vim-patch:8.0.1237: ":set scroll&" often gives an error (#8473)Jan Edmund Lazo2018-06-04
* vim-patch:8.0.0342: double free with EXITFREE and setting 'ttytype'Justin M. Keyes2018-05-19
* cleanupJustin M. Keyes2018-05-18
* do not pass NULL to os_getenvJustin M. Keyes2018-05-18
* Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes2018-05-11
|\
| * lintb-r-o-c-k2018-05-10
| * api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* | Merge #4486 'refactor: Remove maxmem, maxmemtot options'Justin M. Keyes2018-05-02
|\ \ | |/ |/|
| * Remove maxmem and maxmemtot optionsFelipe Oliveira Carvalho2017-04-11
* | option: Silence PVS/V547: expression is true on 64-bit systemsZyX2018-04-16
* | option: Fix PVS/V547: var is always NULL at that pointZyX2018-04-16
* | option: Fix PVS/V560: EXPAND_BOOL_SETTINGS already caused early returnZyX2018-04-16
* | option: Fix PVS/V547: allocator never returns NULL nowZyX2018-04-16
* | option: Fix PVS/V517: duplicate check for titlelenZyX2018-04-16
* | option: Silence PVS/V594: GLOBAL_WO macros is not really necessaryZyX2018-04-16
* | msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* | Merge branch 'master' into yagebu/option-fixesJames McCoy2018-03-28
|\ \
| * | build/msvc: Workaround for compiler optimization bugb-r-o-c-k2018-03-04
| * | 'fillchars': fix defaults logic; handle ambiwidth=double #7986Matthieu Coudron2018-02-23
| * | vim-patch-8.0.0649 and vim-patch-8.0.0650: autocmd open help 2 timesNimit Bhardwaj2018-02-17
| * | lintJustin M. Keyes2018-02-11
| * | vim-patch:8.0.0975: using freed memory when setting 'backspace'Justin M. Keyes2018-02-11
| * | vim-patch:8.0.0974: resetting a string option does not trigger OptionSetJustin M. Keyes2018-02-11
| * | vim-patch:8.0.0703: illegal memory access with empty :doau commandJustin M. Keyes2018-02-11
| * | vim-patch:8.0.0676: crash when closing quickfix window in autocmdJustin M. Keyes2018-02-11
| * | vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
| * | Fix lint error in option.cGeorge Zhao2018-01-19
| * | Fix warning about conversion on mingw64George Zhao2018-01-18
| * | vim-patch:8.0.0420: text garbled when the system encoding differs from 'encod...James McCoy2017-12-17
| * | vim-patch:8.0.0074Michael Schupikov2017-12-15
| * | ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
| * | mac: Set $LANG based on the system localeJames McCoy2017-12-10
| * | tui: dump termcap info if -V3 ('verbose' >= 3)Justin M. Keyes2017-12-05
| * | lintJustin M. Keyes2017-11-27
| * | tui: expose terminal type in 'term' optionJustin M. Keyes2017-11-27