diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-10-24 07:22:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-24 07:22:04 +0800 |
| commit | 611c416359e2beb90d4ca73c86bcaa43cb17892c (patch) | |
| tree | 773b1eac63cedfcf82a9f0f630672873d587cafa /src/nvim/options.lua | |
| parent | 230b0c7f021a57647a658edce27fe115343f083f (diff) | |
| parent | 19204ebde9fe7a706d5afd1a9d14cfe71ff3a810 (diff) | |
| download | rneovim-611c416359e2beb90d4ca73c86bcaa43cb17892c.tar.gz rneovim-611c416359e2beb90d4ca73c86bcaa43cb17892c.tar.bz2 rneovim-611c416359e2beb90d4ca73c86bcaa43cb17892c.zip | |
Merge pull request #30918 from zeertzjq/vim-9.1.0802
vim-patch:9.1.{0802,0803,0804,0806,0812}: :setglobal fixes
Diffstat (limited to 'src/nvim/options.lua')
| -rw-r--r-- | src/nvim/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 4e4de1ba31..734d9a4a02 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -4459,7 +4459,7 @@ return { { abbreviation = 'isk', alloced = true, - cb = 'did_set_isopt', + cb = 'did_set_iskeyword', defaults = { if_true = '@,48-57,_,192-255' }, deny_duplicates = true, desc = [=[ |