Explorar el Código

add `'EasyGrepRecursive'` option

When we use `ack` in easygrep, it errors with a 'No Matches' warning if the root
search directory contains only folders. The `'EasyGrepRecursive'` option has to
be specified to overcome this.
Weiyi Lou hace 12 años
padre
commit
7ba98c97d4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      vim/vimrc

+ 1 - 0
vim/vimrc

@@ -315,6 +315,7 @@ let g:EasyGrepCommand = 1 " don't use the built in vimgrep, which is slow
 " Caveat about using ack: cannot search unsaved changes in buffer, unlike vimgrep
 let g:EasyGrepJumpToMatch = 0
 let g:EasyGrepHighlightQfMatches = 1
+let g:EasyGrepRecursive = 1 " always start trying to recurse through directories
 
 
 """"""""" Indent Guides