From 23d6b3d0bc34e4295f76724a2ff6a83976453772 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 28 Sep 2020 00:25:07 +0800 Subject: [PATCH] change wildmode option --- options.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.vim b/options.vim index 02959ad..747a36a 100644 --- a/options.vim +++ b/options.vim @@ -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