Skip to content

Commit

Permalink
don't let Ak look into tmp/
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Sep 6, 2015
1 parent 00a5651 commit 13a1576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -271,7 +271,7 @@ function! <SID>Ak(pattern, ...)
exe "r! echo '== :Ak " . a:pattern . " " . l:rest . "'"
exe "Clean"
exe 'r! echo ""'
exe 'r! grep -R -n --exclude-dir=.git ' a:pattern l:rest
exe 'r! grep -R -n --exclude-dir=.git --exclude-dir=tmp ' a:pattern l:rest
exe 'r! echo ""'
let g:groPattern = a:pattern
setlocal syntax=greprout
Expand Down

0 comments on commit 13a1576

Please sign in to comment.