Browse Source

added longest before full when completing searches

Josh Bicking 8 năm trước cách đây
mục cha
commit
6ecebe7377
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vimrc

+ 1 - 1
vimrc

@@ -40,7 +40,7 @@ filetype indent on
 set wildmenu
 
 " don't autocomplete on first tab press
-set wildmode=list,full
+set wildmode=longest,full
 
 " redraw only when necessary (faster macros)
 set lazyredraw