From 1f923b55d7d1c2e34b40412e2d6a44dc31a101bd Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sat, 26 Jan 2013 16:52:37 -0800 Subject: [PATCH] New entry to the FAQ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16e5cd32..27abeabe 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,12 @@ If you don't want this window to ever show up, add `set completeopt-=preview` to your `vimrc`. Also make sure that the `g:ycm_add_preview_to_completeopt` option is set to `0`. +### It appears that YCM is not working. + +In Vim, run `:messages` and carefully read the output. YCM will echo messages to +the message log if it encounters problems. It's likely you misconfigured +something and YCM is complaining about it. + Contact -------