aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:9.1.0762: 'cedit', 'termwinkey' and 'wildchar' may not be parsed co...zeertzjq2024-10-07
* vim-patch:9.1.0759: screenpos() may return invalid position (#30681)zeertzjq2024-10-06
* vim-patch:9.1.0758: it's possible to set an invalid key to 'wildcharm' (#30662)zeertzjq2024-10-05
* docs: misc (#30177)dundargoc2024-09-29
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* vim-patch:9.1.0727: too many strlen() calls in option.c (#30338)zeertzjq2024-09-10
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* vim-patch:9.1.0472: Inconsistencies between functions for option flags (#29262)zeertzjq2024-06-10
* vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq2024-06-06
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01