[FIX] fixed an error in vim settings

This commit is contained in:
rkowalewski 2014-06-11 10:10:20 +02:00
parent 414ef37514
commit edb0af655e

View File

@ -1,4 +1,6 @@
unlet g:ctrlp_user_command
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 =