summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/options.c
AgeCommit message (Expand)AuthorFiles
2026-03-18fix(api): nvim_get_option_value FileType autocmd handling #37414Sean Dewar1
2026-01-15fix(api): nvim_get_option_value dummy buffer crashesSean Dewar1
2026-01-15fix(api): autocmds mess up nvim_get_option_value's dummy bufferSean Dewar1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-01-09Revert "refactor(options): set option value for non-current context directly"...zeertzjq1
2024-12-26refactor(options): set option value for non-current context directlyFamiu Haque1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-25refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque1
2024-11-22fix(api): don't try to get/set option for invalid option name (#31302)Famiu Haque1
2024-11-18fix(api): nvim_get_option_value does not clean up on FileType error #31219altermo1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-11-04feat(options)!: disallow setting hidden options #28400Famiu Haque1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-10fix(api): allow `scope = 'local'` with `buf` when using `nvim_get_option_value`dundargoc1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-21refactor(api): make freeing of return-value opt-in instead of opt outbfredl1
2024-02-09refactor(api): use arena for nvim_get_option_info()bfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-23refactor(options): move some functions from options.c to option.cFamiu Haque1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-17refactor(options): use hashy for finding options (#26573)Famiu Haque1
2023-12-09refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-12-07refactor(options): split `get_option_value()` into smaller functionsFamiu Haque1
2023-12-06refactor(options): remove SOPT type enums (#26417)Famiu Haque1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): export generated headersdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-10-20refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque1
2023-10-17refactor(options): unify set_num_option and set_bool_optionFamiu Haque1
2023-10-10refactor: allow not having a `default` case for enumFamiu Haque1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor: remove longdundargoc1
2023-08-31refactor(option): remove OPT_CLEARLewis Russell1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-08-03docs: miscJustin M. Keyes1
2023-07-22fix(api/options): validate buf and winLewis Russell1
2023-06-07refactor(api): adjust errors for setting options (#23942)zeertzjq1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-05-23refactor(api): new helper macrosFamiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-26refactor: uncrustifydundargoc1