vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit db495c1d8b635fc4298d4d3ffc952f7dd0c09f8d
parent d6faa23c901c047e48b91aa574ddb21a4e25e62a
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 19 Apr 2014 14:39:55 -0700

Enable wildmenu

Diffstat:
Mvimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -36,6 +36,8 @@ set number " Relative line numbering set ruler " Show row/col in status set showmatch " Flash matching paren set history=50 " 50 lines of cmdline history +set wildmenu " Nicer autocomplete +set wildmode=longest,full " Omnicomplete set completeopt+=longest