aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-06 06:27:39 +0800
committerGitHub <noreply@github.com>2024-06-06 06:27:39 +0800
commit12b43919a1de4bcce563f515e4a8f86804a37515 (patch)
treebfd2791623c56bb106f61286d3cb7a855e126355 /src/nvim/options.lua
parentd7651b27d54a87c5783c0a579af11da9a16a39aa (diff)
parent1d4e894403638a94ac58766cdcbc7f3128db318b (diff)
downloadrneovim-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.lua2
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',