aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* Merge pull request #21994 from lewis6991/refactor/option_setLewis Russell2023-01-27
|\
| * refactor(option.c): factor out string option special case handlingLewis Russell2023-01-27
| * refactor(option.c): factor out some nextchar checksLewis Russell2023-01-27
| * refactor(option.c): add do_set_option_valueLewis Russell2023-01-26
| * refactor(option.c): move bool prefix checkLewis Russell2023-01-26
| * refactor(option.c): de-nest code in do_set_optionLewis Russell2023-01-26
| * refactor(option.c): factor out opt_idx validationLewis Russell2023-01-26
| * refactor(option.c): factor out option name parsingLewis Russell2023-01-26
| * refactor(option.c): factor out option prefix parsingLewis Russell2023-01-26
| * refactor(option.c): factor out set op parsingLewis Russell2023-01-26
| * refactor(option.c): use skiptowhite_escLewis Russell2023-01-26
| * refactor(option.c): change nextchar to uint8_tLewis Russell2023-01-26
| * refactor(option.c): remove gotoLewis Russell2023-01-26
| * refactor(option.c): int -> boolLewis Russell2023-01-26
| * refactor(option.c): reduce scope or startargLewis Russell2023-01-26
| * refactor(option.c): reduce scope or errbufLewis Russell2023-01-26
| * refactor(option.c): reduce scope or errmsgLewis Russell2023-01-26
| * refactor(option.c): factor out loop code from do_set()Lewis Russell2023-01-26
| * refactor(option.c): factor out common skip checkLewis Russell2023-01-26
| * refactor(option.c): simplify do_set_stringLewis Russell2023-01-26
| * refactor(option.c): add do_set_boolLewis Russell2023-01-26
| * refactor(option.c): add do_set_numLewis Russell2023-01-26
* | vim-patch:9.0.1242: code for :runtime completion is not consistentzeertzjq2023-01-26
|/
* refactor(optionstr.c): add did_set_string_option_forLewis Russell2023-01-25
* refactor(optionstr.c): break up did_set_string_option 7Lewis Russell2023-01-25
* refactor(option.c): use intermediate for options refLewis Russell2023-01-25
* refactor(option.c): de-nest set_option_valueLewis Russell2023-01-25
* refactor(option.c): add get_varp_from and get_varp_scope_fromLewis Russell2023-01-25
* refactor(option.c): reduce scope of localsLewis Russell2023-01-24
* 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