aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-10-21 15:52:47 +0200
committerGitHub <noreply@github.com>2023-10-21 15:52:47 +0200
commit40574b424f48308e06093031b1324509b64a8cc3 (patch)
tree2f7f83148d692a64c74a92eb7438ee26eac4310d /src/nvim/options.lua
parent752c6ce4ad717620f34cc27e788fd9665c488565 (diff)
parentae4ca4edf89ece433b61e8bf92c412298b58d9ea (diff)
downloadrneovim-40574b424f48308e06093031b1324509b64a8cc3.tar.gz
rneovim-40574b424f48308e06093031b1324509b64a8cc3.tar.bz2
rneovim-40574b424f48308e06093031b1324509b64a8cc3.zip
Merge pull request #25624 from glepnir/fix_25598
feat(complete): support f flag for complete buffer name part
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index d416b0070f..00377cac1e 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1370,6 +1370,7 @@ return {
|i_CTRL-X_CTRL-D|
] tag completion
t same as "]"
+ f scan the buffer names (as opposed to buffer contents)
Unloaded buffers are not loaded, thus their autocmds |:autocmd| are
not executed, this may lead to unexpected completions from some files