aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* vim-patch:9.0.1215: using isalpha() adds dependency on current localezeertzjq2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* vim-patch:8.2.4917: fuzzy expansion of option names is not right (#21853)zeertzjq2023-01-17
* vim-patch:8.2.4463: completion only uses strict matchingSean Dewar2023-01-17
* vim-patch:9.0.1208: code is indented more than necessary (#21846)zeertzjq2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2023-01-09
* Merge #21580 cmdline issues with cmdheight=0Justin M. Keyes2023-01-03
|\
| * fix(ui): allow resize commands to set 'cmdheight' to 0Luuk van Baal2022-12-31
* | feat!: remove hardcopyLewis Russell2023-01-03
|/
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor: rename mch_msg => os_msgJustin M. Keyes2022-12-16
* refactor(option.c): reduce scope of locals (#21433)Lewis Russell2022-12-16
* vim-patch:8.2.2295: incsearch does not detect empty pattern properlyzeertzjq2022-12-04
* vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq2022-12-04
* vim-patch:8.2.3889: duplicate code for translating script-local function namezeertzjq2022-12-03
* vim-patch:8.2.3838: cannot use script-local function for setting *func optionszeertzjq2022-12-02
* vim-patch:8.2.3829: no error when setting a func option to script-local functionzeertzjq2022-12-02
* refactor: replace char_u with chardundargoc2022-11-28
* vim-patch:9.0.0963: function name does not match autocmd event name (#21215)zeertzjq2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: replace char_u with charDundar Göc2022-11-19
* vim-patch:8.2.0260: several lines of code are duplicated (#21108)zeertzjq2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | vim-patch:8.2.3756: might crash when callback is not validzeertzjq2022-11-07
* | vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq2022-11-07
* | vim-patch:8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'zeertzjq2022-11-07
* | vim-patch:8.2.3665: cannot use a lambda for 'tagfunc'zeertzjq2022-11-07
|/
* vim-patch:9.0.0265: no good reason why the "gf" command isn't in the tiny ver...zeertzjq2022-11-06
* vim-patch:9.0.0835: the window title is not redrawn when 'endoffile' changes ...zeertzjq2022-11-06
* vim-patch:8.2.4100: early return when getting the 'formatlistpat' valuezeertzjq2022-11-05
* vim-patch:8.2.4093: cached breakindent values not initialized properlyzeertzjq2022-11-05
* vim-patch:9.0.0816: CTRL-Z at end of file is always droppedzeertzjq2022-10-30
* fix: setting tabline option not redrawing tablineshadmansaleh2022-10-24
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* vim-patch:9.0.0761: cannot use 'indentexpr' for Lisp indentingzeertzjq2022-10-16
* refactor: replace char_u with charDundar Göc2022-10-15
* vim-patch:8.2.4453: :helpgrep may free an option that was not allocatedzeertzjq2022-10-13
* refactor: clint (#20600)Lewis Russell2022-10-12
* fix(ui): setting 'cmdheight' with global statusline (#20515)zeertzjq2022-10-07
* vim-patch:9.0.0670: no space for command line when there is a tabline (#20512)zeertzjq2022-10-06