Merge pull request #503 from rkowalewski/master

Fix in vim settings
This commit is contained in:
Yan Pritzker 2014-06-11 10:33:47 -05:00
commit 7116bbafe9

View File

@ -1,4 +1,6 @@
if exists("g:ctrlp_user_command")
unlet g:ctrlp_user_command
endif
if executable('ag')
" Use ag in CtrlP for listing files. Lightning fast and respects .gitignore
let g:ctrlp_user_command =