Skip to content

Commit

Permalink
Merge pull request honza#361 from lucc/vundle-api-change
Browse files Browse the repository at this point in the history
update vim snippet for plugin definition with Vundle.vim
  • Loading branch information
MarcWeber committed May 6, 2014
2 parents 9d8a666 + 71ac9c8 commit 27189f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions snippets/vim.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -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}'

0 comments on commit 27189f6

Please sign in to comment.