Merge pull request #361 from lucc/vundle-api-change

update vim snippet for plugin definition with Vundle.vim
This commit is contained in:
Marc Weber 2014-05-06 11:09:07 +02:00
commit 27189f6727

View File

@ -46,5 +46,7 @@ snippet au
" this one is which you're most likely to use? " this one is which you're most likely to use?
autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${0} autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${0}
augroup end augroup end
snippet bun snippet bun Vundle.vim Plugin definition
Bundle '${0}' Plugin '${0}'
snippet plug Vundle.vim Plugin definition
Plugin '${0}'