From 9c6556c3b20f163a6b46f900ebd2a7c2edcdb615 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 12 Feb 2020 05:12:17 +0100 Subject: Add 'searchop' plugin --- .gitmodules | 3 +++ bundle/vim-searchop | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-searchop diff --git a/.gitmodules b/.gitmodules index 16ea6b7..e9cdfdc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -107,3 +107,6 @@ [submodule "bundle/vim-nohai"] path = bundle/vim-nohai url = https://github.com/teddywing/vim-nohai.git +[submodule "bundle/vim-searchop"] + path = bundle/vim-searchop + url = https://github.com/teddywing/vim-searchop.git diff --git a/bundle/vim-searchop b/bundle/vim-searchop new file mode 160000 index 0000000..791131c --- /dev/null +++ b/bundle/vim-searchop @@ -0,0 +1 @@ +Subproject commit 791131c376bddb0a05f8c69ca97f119994d26759 -- cgit v1.2.3