diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-05-28 21:40:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-05-28 21:40:52 +0200 |
commit | ea389e910326a0b44a9c534535c1c4c8b1841388 (patch) | |
tree | e0065bab0382c8780d6a385f35ec22575a53042e /runtime | |
parent | 6f6c0f8085a5b0855f9dce8378086fd5e06a219b (diff) | |
download | vim-git-ea389e910326a0b44a9c534535c1c4c8b1841388.tar.gz |
updated for version 7.4.314v7.4.314
Problem: Completion messages can get in the way of a plugin.
Solution: Add 'c' flag to 'shortmess' option. (Shougo Matsu)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7c772dfcc..f2e6e66cc 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6254,6 +6254,9 @@ A jump table for the options with a short description can be found at |Q_op|. A don't give the "ATTENTION" message when an existing swap file is found. I don't give the intro message when starting Vim |:intro|. + 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. This gives you the opportunity to avoid that a change between buffers requires you to hit <Enter>, but still gives as useful a message as |