From 8f76360d700a8d55f7a960bcbb61fb0207ade77a Mon Sep 17 00:00:00 2001 From: wucheng Date: Fri, 5 Aug 2016 15:05:10 +0800 Subject: [PATCH] .vimrc.local is not corresponding file as the following --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index c242c73e4..d24be68f0 100644 --- a/README.markdown +++ b/README.markdown @@ -239,7 +239,7 @@ Once new plugins are added, they have to be installed. ## Removing (disabling) an included plugin -Create `~/.vimrc.local` if it doesn't already exist. +Create `~/.vimrc.bundles.local` if it doesn't already exist. Add the UnBundle command to this line. It takes the same input as the Bundle line, so simply copy the line you want to disable and add 'Un' to the beginning.