Use has-patch for wildoptions, instead of silent!
This commit is contained in:
parent
ca41e40e6a
commit
211ee2eb40
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ set linebreak showbreak=↩
|
|||
set modelines=5
|
||||
set showcmd
|
||||
set wildmode=longest,full
|
||||
silent! set wildoptions+=pum
|
||||
if has('patch-8.2.4325')
|
||||
set wildoptions+=pum
|
||||
endif
|
||||
|
||||
set tabstop=2 shiftwidth=2
|
||||
|
||||
|
|
Loading…
Reference in a new issue