aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-26 10:20:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-26 10:24:47 +1300
commit57a6a48257a328c67975f26204a163579aec531f (patch)
tree579d70969c0ccf23659f594dbb5d6be8248c1549
parentMerge branch 'hotfix/v0.26.2' (diff)
downloaddotfiles-57a6a48257a328c67975f26204a163579aec531f.tar.gz
dotfiles-57a6a48257a328c67975f26204a163579aec531f.zip
Remove vim-lion plugin for now
It doesn't have guards for old Vim, compatibility settings, or repeat-reload checks, which is not very good, and means it spits errors on old Vims about newer constructs like :finally, where all the other plugins are well-behaved. I was going to replace it with vim-easy-align, but that doesn't seem to have a version or compatibility guard either, though it does have a repeat-reload check which means I could probably shoehorn in a version check before loading it, but even that seems a bit gross. So, I might just leave lining things up nicely to the various tidy scripts. Let's see how much I miss it.
-rw-r--r--.gitmodules3
m---------vim/bundle/lion0
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 33154748..7371c759 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,9 +7,6 @@
[submodule "vim/bundle/juvenile"]
path = vim/bundle/juvenile
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
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = https://sanctum.geek.nz/clone/vim-repeat.git
diff --git a/vim/bundle/lion b/vim/bundle/lion
deleted file mode 160000
-Subproject 80de27aa2849b42d8f9cec6ac362858651677d9