vim

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

commit a33edf7cb6c8dc3032a2a1af001891aee526dfd9
parent 78efd1521d7e58e2e92d02f9a9992fdf9d17b67c
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 24 May 2014 11:33:22 -0700

Exclude .o, .pyc file from wild-matching

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

diff --git a/vimrc b/vimrc @@ -48,6 +48,7 @@ set showmatch " Flash matching paren set history=50 " 50 lines of cmdline history set wildmenu " Nicer autocomplete set wildmode=longest,full +set wildignore=*.o,*.pyc " Omnicomplete set completeopt+=longest