diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-06-06 06:27:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 06:27:39 +0800 |
commit | 12b43919a1de4bcce563f515e4a8f86804a37515 (patch) | |
tree | bfd2791623c56bb106f61286d3cb7a855e126355 /src/nvim/options.lua | |
parent | d7651b27d54a87c5783c0a579af11da9a16a39aa (diff) | |
parent | 1d4e894403638a94ac58766cdcbc7f3128db318b (diff) | |
download | rneovim-12b43919a1de4bcce563f515e4a8f86804a37515.tar.gz rneovim-12b43919a1de4bcce563f515e4a8f86804a37515.tar.bz2 rneovim-12b43919a1de4bcce563f515e4a8f86804a37515.zip |
Merge pull request #29209 from zeertzjq/vim-9.1.0467
vim-patch:9.1.{0467,0469}
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 aa43c4cf3d..f323926015 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -1466,7 +1466,7 @@ return { expand_cb = 'expand_set_completeopt', full_name = 'completeopt', list = 'onecomma', - scope = { 'global' }, + scope = { 'global', 'buffer' }, short_desc = N_('options for Insert mode completion'), type = 'string', varname = 'p_cot', |