From 1d80275fc61fc7509f45a5cb4741b11b08160099 Mon Sep 17 00:00:00 2001 From: Alfonso Montero Date: Fri, 30 Dec 2016 16:33:27 +0100 Subject: [PATCH] Fix HTML-AutoCloseTag plugin location No longer hosted at amirh/HTML-AutoCloseTag --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index 997ae9623..936acc138 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -244,7 +244,7 @@ " HTML { if count(g:spf13_bundle_groups, 'html') - Bundle 'amirh/HTML-AutoCloseTag' + Bundle 'vim-scripts/HTML-AutoCloseTag' Bundle 'hail2u/vim-css3-syntax' Bundle 'gorodinskiy/vim-coloresque' Bundle 'tpope/vim-haml'