Make :Gsesarch way faster - requires to :BundleUpdate to get latest skwp/greplace.vim

This commit is contained in:
Yan Pritzker 2013-11-14 22:43:24 -06:00 committed by Yan Pritzker
parent e90e9e79c9
commit 3a8a1eca32

View File

@ -1,2 +1,3 @@
"Use the silver searcher for lightning fast Gsearch command
set grepprg=ag
set grepprg=git\ grep
let g:grep_cmd_opts = '--line-number'