aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/options.c
Commit message (Expand)AuthorAge
* 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