aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-06-28 00:36:19 +0800
committerjdhao <jdhao@hotmail.com>2022-06-28 00:36:19 +0800
commit351ba5fc63271bea0fee399284ba4729b5e91cf8 (patch)
treed4e8751093d76ee7cb140a8f6a7d40a0fc1cb753 /core/options.vim
parent6dfaf2c521efaa7bd1689a9ebc03a6f43b71cc7d (diff)
update option shortmess
Diffstat (limited to 'core/options.vim')
-rw-r--r--core/options.vim3
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