From 33e0431abcddbd2e11c40f83442e5505c4c8c924 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Wed, 30 Jan 2013 14:48:41 -0800 Subject: [PATCH] Extra FAQ item about Syntastic --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 50676eeb..fb8c2af9 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,11 @@ Also, you may want to run the `:YcmDebugInfo` command; it will make YCM spew out various debugging information, including the compile flags for the file if the file is a C-family language file and you have compiled in Clang support. +### I cannot get the Syntastic integration to work + +Try to update your version of Syntastic. At the time of writing (Jan 2013), the +YCM integration is very recent and it's likely that your version of Syntastic +does not have it. Contact -------