[FIX] fixed an error in vim settings
This commit is contained in:
parent
414ef37514
commit
edb0af655e
@ -1,4 +1,6 @@
|
|||||||
|
if exists("g:ctrlp_user_command")
|
||||||
unlet g:ctrlp_user_command
|
unlet g:ctrlp_user_command
|
||||||
|
endif
|
||||||
if executable('ag')
|
if executable('ag')
|
||||||
" Use ag in CtrlP for listing files. Lightning fast and respects .gitignore
|
" Use ag in CtrlP for listing files. Lightning fast and respects .gitignore
|
||||||
let g:ctrlp_user_command =
|
let g:ctrlp_user_command =
|
||||||
|
Loading…
Reference in New Issue
Block a user