Added snippet bun for vim

This commit is contained in:
DSIW 2012-06-10 19:43:36 +02:00 committed by Eustaquio Rangel
parent 55496d5032
commit 54ff2a1354

View File

@ -41,3 +41,5 @@ 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]>} ${4} autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${4}
augroup end augroup end
snippet bun
Bundle '${1}'