Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71ac9c8

Browse files
committedMay 6, 2014
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

+4-2
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)
Please sign in to comment.