aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* fix(lua): wrong script context for option set by func from nvim_exec2 (#32659)zeertzjq2025-02-27
* refactor(options): fix coverity warning about unintialized sc_chan (#32630)zeertzjq2025-02-26
* fix(api): don't override Vimscript SID (#32610)zeertzjq2025-02-25
* feat(options): add 'eventignorewin' (#32152)luukvbaal2025-02-12
* vim-patch:9.0.1391: "clear" macros are not always used (#32312)zeertzjq2025-02-03
* fix(coverity/530826): validate_opt_idx unchecked negative idx (#32081)Devon Gardner2025-01-19
* refactor(options): generic expand and did_set callbacks (#32011)Lewis Russell2025-01-16
* refactor(options): remove code for multitype optionsFamiu Haque2025-01-14
* Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell2025-01-08
|\
| * refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
* | vim-patch:9.1.0993: New 'cmdheight' behavior may be surprising #31892luukvbaal2025-01-06
* | vim-patch:9.1.0990: Inconsistent behavior when changing cmdheight (#31830)luukvbaal2025-01-05
* | refactor(options): use `const` in more places (#31791)Famiu Haque2025-01-01
|/
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(api): always use TRY_WRAP #31600luukvbaal2024-12-17
* vim-patch:9.1.0908: not possible to configure :messages (#31492)zeertzjq2024-12-07
* fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419)zeertzjq2024-12-02
* vim-patch:9.1.0892: the max value of 'cmdheight' is limited by other tabpages...zeertzjq2024-11-29
* refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque2024-11-25
* vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)zeertzjq2024-11-24
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq2024-11-22
* docs: misc (#31138)dundargoc2024-11-21
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* vim-patch:9.1.0864: message history is fixed to 200 (#31215)zeertzjq2024-11-15
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* Merge pull request #27813 from luukvbaal/msgidbfredl2024-11-11
|\
| * refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* | docs: misc (#30914)dundargoc2024-11-09
* | refactor(options): use os_win/os_buf for local options (#31060)zeertzjq2024-11-08
* | refactor(options): remove `varp` argument for `set_option` (#31111)Famiu Haque2024-11-08
|/
* Merge pull request #31062 from famiu/refactor/options/ff_macrobfredl2024-11-06
|\
| * refactor(options): remove fileformat macrosFamiu Haque2024-11-05
* | refactor(options): remove unnecessary call to `find_option()` (#31088)Famiu Haque2024-11-06
|/
* feat(options)!: disallow setting hidden options #28400Famiu Haque2024-11-04
* vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2024-11-03
* refactor(options): remove `get_option_value_strict`Famiu Haque2024-11-02
* refactor(options): unify `put_set(num|bool|string)` (#30993)Famiu Haque2024-11-02
* vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq2024-10-29
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* refactor(options): always allocate option values (#30917)Famiu Haque2024-10-27
* refactor(options)!: use OptVal for option defaults #26691Famiu Haque2024-10-25
* fix(options): missing error check for global 'scl' and 'winhl' (#30919)zeertzjq2024-10-24
* vim-patch:9.1.0806: tests: no error check when setting global 'briopt'zeertzjq2024-10-24
* vim-patch:9.1.0804: tests: no error check when setting global 'cc'zeertzjq2024-10-24
* fix(options): fix 'winhl' still accepting invalid value (#30896)zeertzjq2024-10-22
* fix(options): fix :setglobal not working for 'spelloptions' (#30894)zeertzjq2024-10-22
* vim-patch:9.1.0783: 'spell' option setting has problems (#30818)zeertzjq2024-10-15