aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-08 10:12:09 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-08 10:12:09 +1300
commitb0e6149e44726c1a0b32d549ff3c6ee2d8b4b574 (patch)
treec260e5929b3f25b1ed37963f49a1a853c1754f26 /.gitmodules
parentMerge branch 'hotfix/v0.19.1' (diff)
parentBump verison number to 0.20.0 (diff)
downloaddotfiles-d2db372d0167bd88cd6118f7e710ddb4e9557adc.tar.gz (sig)
dotfiles-d2db372d0167bd88cd6118f7e710ddb4e9557adc.zip
Merge branch 'release/v0.20.0'v0.20.0
* release/v0.20.0: Bump verison number to 0.20.0 Add some comments to vintrc Make vim-vint allow saying ":set nocompatible" Add install target for vim-vint Update submodule paths Add syntax checking with zsh -n for Z shell Use consistent indentation for bulleted list items Update sahara submodule Correct a homophone error in a comment
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 998180ec..8039bbad 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,7 +6,7 @@
url = https://sanctum.geek.nz/clone/vim-commentary.git
[submodule "vim/bundle/juvenile"]
path = vim/bundle/juvenile
- url = https://sanctum.geek.nz/code/juvenile.git
+ url = https://sanctum.geek.nz/code/vim-juvenile.git
[submodule "vim/bundle/lion"]
path = vim/bundle/lion
url = https://sanctum.geek.nz/clone/vim-lion.git
@@ -18,7 +18,7 @@
url = https://sanctum.geek.nz/clone/vim-repeat.git
[submodule "vim/bundle/sahara"]
path = vim/bundle/sahara
- url = https://sanctum.geek.nz/code/sahara.git
+ url = https://sanctum.geek.nz/code/vim-sahara.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://sanctum.geek.nz/clone/vim-surround.git