aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/optionstr.c
Commit message (Expand)AuthorAge
* fix(redraw): update Visual selection properly with splits (#27343)zeertzjq2024-02-05
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* vim-patch:9.1.0074: did_set_breakat() should be in optionstr.czeertzjq2024-02-04
* vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq2024-01-18
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: follow style guidedundargoc2023-12-30
* refactor(options): move some functions from options.c to option.cFamiu Haque2023-12-23
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: only reload colorscheme if &bg changed (#26598)Gregory Anders2023-12-16
* feat(ui): completeopt support popup like vimmathew2023-12-16
* refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* vim-patch:9.0.2142: [security]: stack-buffer-overflow in option callback func...zeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* vim-patch:9.0.2126: unused assignments when checking 'listchars' (#26182)zeertzjq2023-11-24
* refactor(sign): store 'signcolumn' width range when it is setLuuk van Baal2023-11-21
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor: iwyu (#26062)zeertzjq2023-11-16
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* fix(options): do not change inccommand during preview (#25462)Omar El Halabi2023-11-09
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* feat(complete): support f flag for complete buffer partglepnir2023-10-21
* refactor(options): make `did_set_shada` a normal option callbackFamiu Haque2023-10-17
* refactor(options): make `os_oldval` and `os_newval` use `OptValData`Famiu Haque2023-10-17
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* refactor(options): deduplicate `do_set_option_string`Famiu Haque2023-10-17
* refactor(options): remove `os_op`Famiu Haque2023-10-17
* refactor(options)!: make OptionSet `v:` values use typvalFamiu Haque2023-10-17
* refactor(options): unify set_num_option and set_bool_optionFamiu Haque2023-10-17
* vim-patch:9.0.2025: no cmdline completion for ++opt args (#25657)zeertzjq2023-10-15
* 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