aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.1080: Vim9: no line break allowed in a for loopzeertzjq2023-04-14
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: remove char_u (#22829)dundargoc2023-04-02
* fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
* fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)luukvbaal2023-03-19
* fix(column): rebuild status column when sign column is invalidated (#22690)luukvbaal2023-03-18
* refactor(screen): screen.c delenda estbfredl2023-03-14
* feat(options)!: deprecate paste, remove pastetoggle (#22647)ii142023-03-13
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* perf(statusline): UI elements are always redrawn on K_EVENTLuuk van Baal2023-03-08
* fix(column): issues with 'statuscolumn' width (#22542)luukvbaal2023-03-07
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* refactor(build): graduate HAVE_LOCALE_H featurebfredl2023-03-03
* feat(edit)!: remove old c implementation of hebrew keymapbfredl2023-02-28
* Merge pull request #22113 from luukvbaal/nrwidthLewis Russell2023-02-14
|\
| * fix(column): no longer reset nrwidth_line_count for 'statuscolumn'Luuk van Baal2023-02-04
* | refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* | vim-patch:9.0.1307: setting 'formatoptions' with :let doesn't check for error...zeertzjq2023-02-14
* | refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* | vim-patch:9.0.1295: the option initialization function is too long (#22222)zeertzjq2023-02-11
* | refactor: replace char_u with char (#21901)dundargoc2023-02-11
* | build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* | refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
|/
* 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
|/