From 351ba5fc63271bea0fee399284ba4729b5e91cf8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 28 Jun 2022 00:36:19 +0800 Subject: [PATCH] update option shortmess --- core/options.vim | 3 +++ 1 file changed, 3 insertions(+) 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