@@ -54,4 +54,4 @@
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/easygrep"]
path = vim/bundle/easygrep
- url = https://github.com/vim-scripts/EasyGrep.git
+ url = https://github.com/cinaeco/EasyGrep.git
@@ -1 +1 @@
-Subproject commit 4323a37f71a539a004e2630fc9eae19df7a82c7c
+Subproject commit 4de0da8a63b17a94968a0bab955f11b0df59b6c4
@@ -255,6 +255,7 @@ let g:tagbar_autoclose = 1 " close sidebar after we go to selection
""""""""" EasyGrep
let g:EasyGrepJumpToMatch = 0
+let g:EasyGrepHighlightQfMatches = 1
""""""""