Merge pull request #502 from keikun17/master

[fixes #501] Fix ag string typo。
This commit is contained in:
Yan Pritzker 2014-06-11 10:34:01 -05:00
commit 19abda68f6

View File

@ -4,7 +4,7 @@ endif
if executable('ag')
" Use ag in CtrlP for listing files. Lightning fast and respects .gitignore
let g:ctrlp_user_command =
\ 'ag %s --files-with-matches -g ""--ignore "\.git$\|\.hg$\|\.svn$"'
\ 'ag %s --files-with-matches -g "" --ignore "\.git$\|\.hg$\|\.svn$"'
" ag is fast enough that CtrlP doesn't need to cache
let g:ctrlp_use_caching = 0