]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Improve 'wildmode'.
authorSimon Ruderich <simon@ruderich.org>
Sat, 27 Nov 2010 13:40:18 +0000 (14:40 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 27 Nov 2010 13:40:18 +0000 (14:40 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 7d1f0aef93967db3d0904d25770e50477755116d..77280238d06c7e72a007f8c71fbe31c5275cdb3d 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -39,9 +39,10 @@ set directory-=.
 " securemodelines (Vim script #1876).
 set nomodeline
 
-" When completing paths first use the longest path then display a list of all
-" possible files.
-set wildmode=longest,list
+" Complete to longest common string (list:longest) and then complete all full
+" matches after another (full). Thanks to pbrisbin
+" (http://pbrisbin.com:8080/dotfiles/vimrc).
+set wildmode=list:longest,full
 
 " Use strong encryption if possible, also used for swap/undo files.
 if v:version >= 703