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?
|
" 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}'
|
||||||
|
Loading…
Reference in New Issue
Block a user