aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/options.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: iwyu (#26062)zeertzjq2023-11-16
* build: remove PVSdundargoc2023-11-12
* refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2023-10-20
* refactor(options): unify set_num_option and set_bool_optionFamiu Haque2023-10-17
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(option): remove OPT_CLEARLewis Russell2023-08-31
* refactor(api): use typed keysetsbfredl2023-08-07
* docs: miscJustin M. Keyes2023-08-03
* fix(api/options): validate buf and winLewis Russell2023-07-22
* refactor(api): adjust errors for setting options (#23942)zeertzjq2023-06-07
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* refactor: uncrustifydundargoc2023-04-26
* Merge pull request #22910 from bfredl/nonormalbfredl2023-04-06
|\
| * fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
* | refactor: make error message definitions constii142023-04-05
|/
* fix(filetype): avoid recursive FileType autocmds (#22813)Lewis Russell2023-03-29
* fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
* fix(api): vim.filetype.get_option() (#22753)Lewis Russell2023-03-22
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* fix(api): set script context when setting usercmd or option (#22624)zeertzjq2023-03-11
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq2022-11-07
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* docs: fix typos (#19024)dundargoc2022-07-31
* vim-patch:8.2.2254: Vim9: bool option type is numberzeertzjq2022-07-25
* fix(api): do not switch win/buf if getting option in current win/buf (#19383)zeertzjq2022-07-16
* Merge pull request #19041 from lewis6991/globallocalbfredl2022-06-25
|\
| * fix(api): nvim_set_option_value for global-local optionsLewis Russell2022-06-22
* | fix(api): check error after getting win/buf handle (#19052)Gregory Anders2022-06-22
|/
* refactor(option): DRY get/set option value #19038Lewis Russell2022-06-21
* feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders2022-06-20
* refactor(api): move option code to own filebfredl2022-06-12