diff options
| author | jdhao <jdhao@hotmail.com> | 2022-06-28 00:36:19 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-06-28 00:36:19 +0800 |
| commit | 351ba5fc63271bea0fee399284ba4729b5e91cf8 (patch) | |
| tree | d4e8751093d76ee7cb140a8f6a7d40a0fc1cb753 | |
| parent | 6dfaf2c521efaa7bd1689a9ebc03a6f43b71cc7d (diff) | |
update option shortmess
| -rw-r--r-- | core/options.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim index 890be36..e40fbf8 100644 --- a/core/options.vim +++ b/core/options.vim @@ -112,6 +112,9 @@ set shortmess+=c " choice, IMHO. set shortmess+=S +" Disable showing intro message (:intro) +set shortmess+=I + " Completion behaviour " set completeopt+=noinsert " Auto select the first completion entry set completeopt+=menuone " Show menu even if there is only one item |
