Skip to content

Commit 27189f6

Browse files
committed
Merge pull request honza#361 from lucc/vundle-api-change
update vim snippet for plugin definition with Vundle.vim
2 parents 9d8a666 + 71ac9c8 commit 27189f6

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)