From 3860af49f91047470f91ef1faa04fcbe4e48fddc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 8 Apr 2018 01:18:18 +0200 Subject: 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. --- .gitmodules | 3 +++ bundle/vim-tabs-grep | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-tabs-grep 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 index 0000000..0448357 --- /dev/null +++ b/bundle/vim-tabs-grep @@ -0,0 +1 @@ +Subproject commit 044835706eb9e4053dc750b4b9403e6e5173006b -- cgit v1.2.3