From 071f06220f7e61a020de4895c1bf936ec99a12a8 Mon Sep 17 00:00:00 2001 From: Ben Morgan Date: Wed, 18 Jun 2014 16:18:28 +0200 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2