From 011af9620d8200ab582616d766ebc63b6afcdc0a Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Mon, 10 Jun 2013 18:20:52 -0700 Subject: [PATCH] Updating a FAQ item on Syntastic --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 092cf99e..0860cf91 100644 --- a/README.md +++ b/README.md @@ -1048,6 +1048,10 @@ Vundle, make sure that your bundle command is `Bundle 'scrooloose/syntastic'` and **not** `Bundle 'Syntastic'`. The first command pulls in the latest version of Syntastic from GitHub while the second one pulls in an old version from vim.org. +Because of [a Vundle bug][vundle-bug], make sure you have completely removed +everything in your Vundle bundle directory (`~/.vim/bundle` by default) before +switching from one Syntastic bundle command to the other. + ### YCM auto-inserts completion strings I don't want! This means you probably have some mappings that interfere with YCM's internal @@ -1272,3 +1276,4 @@ This software is licensed under the [GPL v3 license][gpl]. [ultisnips]: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt [exuberant-ctags]: http://ctags.sourceforge.net/ [ctags-format]: http://ctags.sourceforge.net/FORMAT +[vundle-bug]: https://github.com/gmarik/vundle/issues/48