aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-10-13 20:46:23 +0800
committerGitHub <noreply@github.com>2022-10-13 20:46:23 +0800
commit06dfedc87ab4cc575a503195a1358b2984e248c4 (patch)
tree6f436ff8a405b1bce4ef01729f3c5eb48865da3c /runtime
parent4fbf41dfb4e4c6fd91c5a3d581c771bd1d6839d5 (diff)
downloadrneovim-06dfedc87ab4cc575a503195a1358b2984e248c4.tar.gz
rneovim-06dfedc87ab4cc575a503195a1358b2984e248c4.tar.bz2
rneovim-06dfedc87ab4cc575a503195a1358b2984e248c4.zip
vim-patch:9.0.0738: cannot suppress completion "scanning" messages (#20633)
Problem: Cannot suppress completion "scanning" messages. Solution: Add the "C" flag in 'shortmess'. (Bjorn Linse, closes vim/vim#11354) https://github.com/vim/vim/commit/91ccbad5ded8bcf2cc93a873ff2c3179b0c548c7
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 522819a320..e9dda06df9 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5557,6 +5557,8 @@ A jump table for the options with a short description can be found at |Q_op|.
c don't give |ins-completion-menu| messages. For example,
"-- XXX completion (YYY)", "match 1 of 2", "The only match",
"Pattern not found", "Back at original", etc.
+ C don't give messages while scanning for ins-completion items,
+ for instance "scanning tags"
q use "recording" instead of "recording @a"
F don't give the file info when editing a file, like `:silent`
was used for the command