aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-07-06 00:17:52 -0400
committerTeddy Wing2015-07-06 00:17:52 -0400
commit52927a37be4b978417c7835cebeed975ef90e0ca (patch)
tree0810b4f94f10d3249207539ee7ad6d1cf2975ca1
parent463079578255d69724f16f81b1d9caa016d609d5 (diff)
downloaddotvim-52927a37be4b978417c7835cebeed975ef90e0ca.tar.bz2
Remove 'EasyGrep' plugin
No longer using this one. I've been using ag exclusively, mostly directly from the console but sometimes using the plugin. For find and replace I've gotten more adept at using the arglist, so I haven't used EasyGrep in a long time. It can also be kind of slow, mostly because it doesn't use ag. Not sure if there's a way to integrate the two.
-rw-r--r--.gitmodules4
m---------bundle/EasyGrep0
2 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index ae315e0..d1cb382 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,10 +11,6 @@
path = bundle/PreserveNoEOL
url = https://github.com/vim-scripts/PreserveNoEOL.git
ignore = untracked
-[submodule "bundle/EasyGrep"]
- path = bundle/EasyGrep
- url = https://github.com/vim-scripts/EasyGrep.git
- ignore = untracked
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
diff --git a/bundle/EasyGrep b/bundle/EasyGrep
deleted file mode 160000
-Subproject 9b938ec84f193f12dd7721a67f90d4656dcc3c1