mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
added .git folder to ignored by vim grep
This commit is contained in:
parent
91a0499ef2
commit
3096fa9771
@ -75,7 +75,7 @@ snor <c-j> <esc>i<right><c-r>=snipMate#TriggerSnippet()<cr>
|
|||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
" => Vim grep
|
" => 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
|
set grepprg=/bin/grep\ -nH
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user