From 6950b831e38400213be89ebbf6dd0f0f6b7f9d8f Mon Sep 17 00:00:00 2001 From: Andre Garrigo Date: Wed, 18 Jul 2018 02:48:10 -0400 Subject: [PATCH] Replace vundle plugin 'amirh/HTML-AutoCloseTag' with 'heracek/HTML-AutoCloseTag' See: https://github.com/spf13/spf13-vim/issues/1014#issuecomment-354310788 And: https://github.com/spf13/spf13-vim/issues/1053 --- .vimrc.bundles.local | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .vimrc.bundles.local diff --git a/.vimrc.bundles.local b/.vimrc.bundles.local new file mode 100644 index 000000000..176ffff1f --- /dev/null +++ b/.vimrc.bundles.local @@ -0,0 +1,2 @@ +Plugin 'heracek/HTML-AutoCloseTag', {'name': 'HTML-AutoCloseTag2'} +UnBundle 'amirh/HTML-AutoCloseTag'