mirror of
1
0
Fork 0

added .git folder to ignored by vim grep

This commit is contained in:
Mirosław Pragłowski 2014-07-29 15:58:14 +02:00
parent 91a0499ef2
commit 3096fa9771
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ snor <c-j> <esc>i<right><c-r>=snipMate#TriggerSnippet()<cr>
""""""""""""""""""""""""""""""
" => Vim grep
""""""""""""""""""""""""""""""
let Grep_Skip_Dirs = 'RCS CVS SCCS .svn generated'
let Grep_Skip_Dirs = 'RCS CVS SCCS .git .svn generated'
set grepprg=/bin/grep\ -nH