From 57a6a48257a328c67975f26204a163579aec531f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 Jan 2018 10:20:31 +1300 Subject: 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. --- .gitmodules | 3 --- vim/bundle/lion | 1 - 2 files changed, 4 deletions(-) delete mode 160000 vim/bundle/lion 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 index 80de27aa..00000000 --- a/vim/bundle/lion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 80de27aa2849b42d8f9cec6ac362858651677d95 -- cgit v1.2.3 From 8d4adbcb8da6941cb3753bee4125c0c7e556e931 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 Jan 2018 10:25:37 +1300 Subject: Bump version number to 0.26.3 --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 52e55bda..241130bb 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v0.26.2 -Tue Jan 23 02:53:19 UTC 2018 +tejr dotfiles v0.26.3 +Thu Jan 25 21:25:28 UTC 2018 -- cgit v1.2.3