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