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. --- vim/bundle/lion | 1 - 1 file changed, 1 deletion(-) delete mode 160000 vim/bundle/lion (limited to 'vim/bundle') 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