From 8df9d0af88943aebebdfbbb26ba1b85324b317e5 Mon Sep 17 00:00:00 2001 From: ZeroC0D3 Team Date: Sat, 13 May 2017 17:53:03 +0700 Subject: [PATCH 1/2] Add plugin ap/vim-buftabline --- .vimrc.bundles | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc.bundles b/.vimrc.bundles index 997ae9623..37a6f9193 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -101,6 +101,7 @@ " General { if count(g:spf13_bundle_groups, 'general') + Bundle 'ap/vim-buftabline' Bundle 'scrooloose/nerdtree' Bundle 'altercation/vim-colors-solarized' Bundle 'spf13/vim-colors' From 51e3b7dd0946b0d50e4c20af3f9c165ed03f6822 Mon Sep 17 00:00:00 2001 From: ZeroC0D3 Team Date: Sat, 13 May 2017 17:58:24 +0700 Subject: [PATCH 2/2] Remove error plugin 'amirh/HTML-AutoCloseTag' and change to 'vim-scripts/HTML-AutoCloseTag' --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index 37a6f9193..f0a888e35 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -245,7 +245,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'