added .git folder to ignored by vim grep
This commit is contained in:
parent
91a0499ef2
commit
3096fa9771
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue