Merge pull request #18528 from lewis6991/setwinopt

feat(api): add `win` and `buf` to `nvim_set_option_value`
This commit is contained in:
bfredl
2022-05-25 17:05:28 +02:00
committed by GitHub
5 changed files with 64 additions and 7 deletions

View File

@@ -85,6 +85,8 @@ return {
};
option = {
"scope";
"win";
"buf";
};
highlight = {
"bold";