Merge pull request #361 from lucc/vundle-api-change
update vim snippet for plugin definition with Vundle.vim
This commit is contained in:
commit
27189f6727
@ -46,5 +46,7 @@ snippet au
|
||||
" this one is which you're most likely to use?
|
||||
autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${0}
|
||||
augroup end
|
||||
snippet bun
|
||||
Bundle '${0}'
|
||||
snippet bun Vundle.vim Plugin definition
|
||||
Plugin '${0}'
|
||||
snippet plug Vundle.vim Plugin definition
|
||||
Plugin '${0}'
|
||||
|
Loading…
Reference in New Issue
Block a user