From: Hiroshi Shirosaki Date: Fri, 20 Jun 2014 11:45:09 +0000 (+0900) Subject: Merge pull request #95 from cassava/patch-1 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/55698854abe296deb5b698e9d2d1c2a92549aa77?hp=3d76a59bd0faf62ad280b9ea82117e4a0425c61f Merge pull request #95 from cassava/patch-1 Changing Vundle "Bundle" references to "Plugin" --- diff --git a/README.md b/README.md index 7d75420..20a74e3 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: