aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-04 21:13:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-04 21:13:41 +1200
commitc014449d3205142d00d5aea53d1e70d108c2b85b (patch)
tree313e5f78a671bf17f1ab4078977137329dd2451e /.gitmodules
parentMerge branch 'release/v1.43.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-c014449d3205142d00d5aea53d1e70d108c2b85b.tar.gz
dotfiles-c014449d3205142d00d5aea53d1e70d108c2b85b.zip
Merge branch 'release/v1.44.0'v1.44.0
* release/v1.44.0: Bump VERSION Update cursorline_current.vim plugin to hotfix Spin cursorline_current.vim out into plugin Make insert-mode cursorline ducking configurable Remove conditionals for 'cursorline' hooks Remove illegal :wincmd range prefix Require Vim 7 for cursorline_current.vim Add cursorline_current.vim plugin Correct comments on Vim maps to show mappings Correct start-of-line jumps in Vim line exec maps
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 46179fab..a695d790 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,6 +11,9 @@
[submodule "vim/bundle/copy_linebreak"]
path = vim/bundle/copy_linebreak
url = https://sanctum.geek.nz/code/vim-copy-linebreak.git
+[submodule "vim/bundle/cursorline_current"]
+ path = vim/bundle/cursorline_current
+ url = https://sanctum.geek.nz/code/vim-cursorline-current.git
[submodule "vim/bundle/digraph_search"]
path = vim/bundle/digraph_search
url = https://sanctum.geek.nz/code/vim-digraph-search.git