aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-30 01:21:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-30 01:21:40 +1300
commite103c90d1eecafc2b46c26e52d669a0593a16a97 (patch)
treec0d3a2777aded45cd76a36895a91fe0ea1ce56ed /.gitmodules
parentMerge branch 'release/v4.1.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-e103c90d1eecafc2b46c26e52d669a0593a16a97.tar.gz
dotfiles-e103c90d1eecafc2b46c26e52d669a0593a16a97.zip
Merge branch 'release/v4.2.0'v4.2.0
* release/v4.2.0: Bump VERSION Update vertical_region.vim to v1.0.0 Update regex_escape.vim to v1.0.2 Update replace_operator.vim to v1.0.2 Update regex_escape.vim plugin to 0.1.1 Choose regex character classes for some filetypes Add regex_escape.vim plugin Update quickfix_auto_open.vim plugin to v0.2.0
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f13f3697..350261c6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -44,6 +44,9 @@
[submodule "vim/bundle/redact_pass"]
path = vim/bundle/redact_pass
url = https://sanctum.geek.nz/code/vim-redact-pass.git
+[submodule "vim/bundle/regex_escape"]
+ path = vim/bundle/regex_escape
+ url = https://sanctum.geek.nz/code/vim-regex-escape.git
[submodule "vim/bundle/replace_operator"]
path = vim/bundle/replace_operator
url = https://sanctum.geek.nz/code/vim-replace-operator.git