From: Ben Morgan Date: Wed, 18 Jun 2014 14:18:28 +0000 (+0200) Subject: Changing Vundle "Bundle" references to "Plugin" X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/071f06220f7e61a020de4895c1bf936ec99a12a8 Changing Vundle "Bundle" references to "Plugin" Vundle is changing their interface from `Bundle*` to `Plugin*`. See https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396 for more information on this. --- diff --git a/README.md b/README.md index 1c5b246..dd67309 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Syntax highlighting, matching rules and mappings for [the original Markdown](htt If you use [Vundle](https://github.com/gmarik/vundle), add the following line to your `~/.vimrc`: - Bundle 'plasticboy/vim-markdown' + Plugin 'plasticboy/vim-markdown' And then run inside Vim: :so ~/.vimrc - :BundleInstall + :PluginInstall If you use [Pathogen](https://github.com/tpope/vim-pathogen), do this: