From 6d6f53fdfe27ef332c1248185ccb3a9d29623a0f Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 14 Mar 2013 18:33:02 -0700 Subject: [PATCH] New FAQ entry for screen flicker on cursor move --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9f5f4c0c..c06b1117 100644 --- a/README.md +++ b/README.md @@ -821,6 +821,13 @@ Bottom line, if libclang can't pre-compile your file's preamble because there were errors in it, you're going to get slow completions because there's no AST cache. +### Vim flickers every time I move the cursor or moving the cursor is slow + +You probably have an old version of Syntastic installed. If you are using +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. + ### YCM auto-inserts completion strings I don't want! This means you probably have some mappings that interfere with YCM's internal