From 3af932549d8cfd28c8914ef4aa6f93886c5c2fb5 Mon Sep 17 00:00:00 2001 From: Teddy Aryono Date: Thu, 17 Oct 2019 01:50:48 +0700 Subject: [PATCH] Change Git Repository for HTML-AutoCloseTag Old repository in amirh/HTML-AutoCloseTag does not exist anymore. Change to heracek/HTML-AutoCloseTag. --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index 997ae9623..a8462df8d 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -244,7 +244,7 @@ " HTML { if count(g:spf13_bundle_groups, 'html') - Bundle 'amirh/HTML-AutoCloseTag' + Bundle 'heracek/HTML-AutoCloseTag' Bundle 'hail2u/vim-css3-syntax' Bundle 'gorodinskiy/vim-coloresque' Bundle 'tpope/vim-haml'