aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-04-08 01:18:18 +0200
committerTeddy Wing2018-04-08 01:18:18 +0200
commit3860af49f91047470f91ef1faa04fcbe4e48fddc (patch)
tree4cb7a2eae32aa43dd73644e03789a1880381e4a8
parent4918150bb463678b1a5eebfe0b8138d4cc7fb82a (diff)
downloaddotvim-3860af49f91047470f91ef1faa04fcbe4e48fddc.tar.bz2
Add 'vim-tabs-grep' plugin
Provides a `:TabsGrep` command that enables `:tabs` output to be filtered, making it easier to find out which tab a file is on.
-rw-r--r--.gitmodules3
m---------bundle/vim-tabs-grep0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 078c3c6..380049c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -83,3 +83,6 @@
[submodule "bundle/vim-rails-locale-alternate"]
path = bundle/vim-rails-locale-alternate
url = https://github.com/teddywing/vim-rails-locale-alternate.git
+[submodule "bundle/vim-tabs-grep"]
+ path = bundle/vim-tabs-grep
+ url = https://github.com/teddywing/vim-tabs-grep.git
diff --git a/bundle/vim-tabs-grep b/bundle/vim-tabs-grep
new file mode 160000
+Subproject 044835706eb9e4053dc750b4b9403e6e5173006