Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71ac9c8

Browse files
committed
update vim snippet for plugin definition with Vundle.vim
Vundle has changed it's public API. The Bundle command is deprecated. See https://github.com/gmarik/Vundle.vim/blob/v0.10/doc/vundle.txt#L372
1 parent 9d8a666 commit 71ac9c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

snippets/vim.snippets

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ snippet au
4646
" this one is which you're most likely to use?
4747
autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${0}
4848
augroup end
49-
snippet bun
50-
Bundle '${0}'
49+
snippet bun Vundle.vim Plugin definition
50+
Plugin '${0}'
51+
snippet plug Vundle.vim Plugin definition
52+
Plugin '${0}'

0 commit comments

Comments
 (0)