aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2023-10-13 14:49:01 +0800
committerglepnir <glephunter@gmail.com>2023-10-21 20:06:36 +0800
commitae4ca4edf89ece433b61e8bf92c412298b58d9ea (patch)
tree7429cb148de4b178d5e6de0c1252eec5d768386a /src/nvim/options.lua
parent195301c60969c7ce97b1ef3a3caaf4965da1abd5 (diff)
downloadrneovim-ae4ca4edf89ece433b61e8bf92c412298b58d9ea.tar.gz
rneovim-ae4ca4edf89ece433b61e8bf92c412298b58d9ea.tar.bz2
rneovim-ae4ca4edf89ece433b61e8bf92c412298b58d9ea.zip
feat(complete): support f flag for complete buffer 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