Skip to content

Commit 78d13d6

Browse files
committed
update plugins for vim-buftabline & HTML-AutoCloseTag
via spf13#1035
1 parent 1ce5f23 commit 78d13d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vimrc.bundles

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
Bundle 'kana/vim-textobj-user'
138138
Bundle 'kana/vim-textobj-indent'
139139
Bundle 'gcmt/wildfire.vim'
140+
Bundle 'ap/vim-buftabline'
140141
endif
141142
" }
142143

@@ -244,7 +245,7 @@
244245

245246
" HTML {
246247
if count(g:spf13_bundle_groups, 'html')
247-
Bundle 'amirh/HTML-AutoCloseTag'
248+
Bundle 'vim-scripts/HTML-AutoCloseTag'
248249
Bundle 'hail2u/vim-css3-syntax'
249250
Bundle 'gorodinskiy/vim-coloresque'
250251
Bundle 'tpope/vim-haml'

0 commit comments

Comments
 (0)