Update vim files

This commit is contained in:
2017-09-08 15:53:28 -04:00
parent 39ac0a3889
commit cc73acccb1
3 changed files with 16 additions and 0 deletions

1
vimrc
View File

@@ -834,6 +834,7 @@ function! Search()
let l:term = input('Grep search term: ')
if l:term != ''
if IsWindows()
" TODO: add --exclude=<file> support to filesearch plugin
exec 'Fsgrep "' . l:term . '"'
else
" is pt faster than ag? I forget now and didn't document it