aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-04-15 11:56:57 +0200
committerTeddy Wing2020-04-15 11:59:55 +0200
commit7b93e61469aedd28e9fbb6652b0fef7cdb4bc2d7 (patch)
treec5187779fe6f1ee050e727ed5261c77d9839f802
parent1cef688c82266b3f38d175252bf4c0b1b0a069ea (diff)
downloaddotvim-7b93e61469aedd28e9fbb6652b0fef7cdb4bc2d7.tar.bz2
Add 'vim-textobj-quote' plugin
Make it easier to write with typographers' quotes. Depends on 'vim-textobj-user'.
-rw-r--r--.gitmodules6
m---------bundle/vim-textobj-quote0
m---------bundle/vim-textobj-user0
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index e9cdfdc..807274d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -110,3 +110,9 @@
[submodule "bundle/vim-searchop"]
path = bundle/vim-searchop
url = https://github.com/teddywing/vim-searchop.git
+[submodule "bundle/vim-textobj-user"]
+ path = bundle/vim-textobj-user
+ url = https://github.com/kana/vim-textobj-user.git
+[submodule "bundle/vim-textobj-quote"]
+ path = bundle/vim-textobj-quote
+ url = https://github.com/reedes/vim-textobj-quote.git
diff --git a/bundle/vim-textobj-quote b/bundle/vim-textobj-quote
new file mode 160000
+Subproject e9da4cde23223ec48cdcc3adb3b710ff7c60cf8
diff --git a/bundle/vim-textobj-user b/bundle/vim-textobj-user
new file mode 160000
+Subproject 41a675ddbeefd6a93664a4dc52f302fe3086a93