change wildmode option

This commit is contained in:
jdhao
2020-09-28 00:25:07 +08:00
parent 8fb0710afd
commit 23d6b3d0bc
+2 -2
View File
@@ -60,8 +60,8 @@ set linebreak
" Character to show before the lines that have been soft-wrapped
set showbreak=↪
" List all items and start selecting matches in cmd completion
set wildmode=list:full
" List all matches and complete till longest common string
set wildmode=list:longest
" Show current line where the cursor is
set cursorline