Răsfoiți Sursa

change EasyGrep plugin to point to our fork

Weiyi Lou 13 ani în urmă
părinte
comite
ad0c87fe7c
3 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 1 1
      .gitmodules
  2. 1 1
      vim/bundle/easygrep
  3. 1 0
      vim/vimrc

+ 1 - 1
.gitmodules

@@ -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
vim/bundle/easygrep

@@ -1 +1 @@
-Subproject commit 4323a37f71a539a004e2630fc9eae19df7a82c7c
+Subproject commit 4de0da8a63b17a94968a0bab955f11b0df59b6c4

+ 1 - 0
vim/vimrc

@@ -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
 
 
 """"""""