aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-24 15:13:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-24 15:13:08 +1200
commit25f79f23ee19663173f226f50f40f84502677883 (patch)
tree3087c178dd9069ef874c868ce4ec84e8c3e5fda0 /.gitmodules
parentMerge branch 'release/v1.39.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-25f79f23ee19663173f226f50f40f84502677883.tar.gz
dotfiles-25f79f23ee19663173f226f50f40f84502677883.zip
Merge branch 'release/v1.40.0'v1.40.0
* release/v1.40.0: Bump VERSION Spin out colon_operator.vim plugin into submodule Improved colon_operator.vim plugin Add colon_operator.vim plugin Move quickfix auto-open into a little plugin file Bump up 'history' again Adjust 'indentkeys' in HTML indenting
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c7d2d0bd..972ca896 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,6 +5,9 @@
[submodule "vim/bundle/cmdwin_ctrlc"]
path = vim/bundle/cmdwin_ctrlc
url = https://sanctum.geek.nz/code/vim-cmdwin-ctrlc.git
+[submodule "vim/bundle/colon_operator"]
+ path = vim/bundle/colon_operator
+ url = https://sanctum.geek.nz/code/vim-colon-operator.git
[submodule "vim/bundle/copy_linebreak"]
path = vim/bundle/copy_linebreak
url = https://sanctum.geek.nz/code/vim-copy-linebreak.git