aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/optionstr.c
Commit message (Expand)AuthorAge
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* feat(completion): support completing more string optionszeertzjq2023-10-01
* vim-patch:9.0.1968: cmdline completion should consider key optionzeertzjq2023-10-01
* vim-patch:9.0.1961: 'listchars' completion misses "multispace" and "leadmulti...zeertzjq2023-10-01
* vim-patch:9.0.1960: Make CI checks more strictzeertzjq2023-10-01
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* vim-patch:9.0.1366: functions for setting options are in random order (#25440)zeertzjq2023-09-30
* refactor: align set_chars_option() with Vim (#25438)zeertzjq2023-09-30
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(options)!: graduate some more shortmess flagsbfredl2023-09-25
* refactor: remove 'shortmess' save/restore panic for ex commandsbfredl2023-09-25
* vim-patch:9.0.1921: not possible to use the jumplist like a stack (#25278)zeertzjq2023-09-21
* refactor(option): pass varp to set_string_optionLewis Russell2023-08-31
* refactor(option): option clearingLewis Russell2023-08-31
* refactor(option): further align set_string_option with do_set_option_string (2)Lewis Russell2023-08-31
* refactor(option): further align set_string_option with do_set_option_stringLewis Russell2023-08-31
* refactor(option): remove hidden option checkLewis Russell2023-08-31
* refactor(option): change some int to boolLewis Russell2023-08-31
* refactor(option.c): call did_set_option for all typesLewis Russell2023-08-31
* fix(optionstr.c): incorrect use of curbuf/curwinLewis Russell2023-08-31
* refactor(optionstr.c): remove redundant argumentLewis Russell2023-08-31
* refactor(option.c): remove did_set_string_option aliasLewis Russell2023-08-31
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell2023-07-17
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* refactor(option): use `void *` for pointer to option valueFamiu Haque2023-06-20
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* vim-patch:9.0.1526: condition is always true (#23541)zeertzjq2023-05-08
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* refactor: using a different error number for 'mousescroll'zeertzjq2023-05-05
* vim-patch:9.0.1374: function for setting options not used consistentlyLewis Russell2023-04-28
* vim-patch:9.0.1369: still some "else if" constructs for setting optionsLewis Russell2023-04-28
* vim-patch:9.0.1359: too many "else if" statements in handling optionsLewis Russell2023-04-28
* vim-patch:9.0.1353: too many "else if" statements to handle option valuesLewis Russell2023-04-28
* vim-patch:9.0.1345: too many "else if" statements for handling optionsLewis Russell2023-04-28
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* fix(column): rebuild status column when sign column is invalidLuuk van Baal2023-04-19
* vim-patch:9.0.1064: code for making 'shortmess' temporarily empty is repeatedzeertzjq2023-04-16
* refactor: make error message definitions constii142023-04-05
* fix(filetype): avoid recursive FileType autocmds (#22813)Lewis Russell2023-03-29
* fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)luukvbaal2023-03-19
* fix(spell): properly source spell/LANG.{vim,lua} (#22716)zeertzjq2023-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