From cb40052d1acc4b878cdb53a2484b86b4d4c102db Mon Sep 17 00:00:00 2001 From: rakyi Date: Fri, 1 May 2015 18:12:03 +0200 Subject: [PATCH] Update README.markdown UnBundle in ~/.vimrc.local is not picked up by bootstrap.sh. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 22ebde019..2341a59ac 100644 --- a/README.markdown +++ b/README.markdown @@ -231,8 +231,8 @@ Add the UnBundle command to this line. It takes the same input as the Bundle lin For example, disabling the 'AutoClose' and 'scrooloose/syntastic' plugins ```bash - echo UnBundle \'AutoClose\' >> ~/.vimrc.local - echo UnBundle \'scrooloose/syntastic\' >> ~/.vimrc.local + echo UnBundle \'AutoClose\' >> ~/.vimrc.bundles.local + echo UnBundle \'scrooloose/syntastic\' >> ~/.vimrc.bundles.local ``` **Remember to run ':BundleClean!' after this to remove the existing directories**