Clarifying a FAQ item

This commit is contained in:
Strahinja Val Markovic 2013-02-04 09:48:55 -08:00
parent b4a9fabc39
commit 0bfe578a35

View File

@ -645,11 +645,15 @@ does not have it.
### Sometimes it takes much longer to get semantic completions than normal
This means that libclang (which YCM uses for C-family semantic completion)
failed to compile your file's preamble. In other words, there was an error
failed to pre-compile your file's preamble. In other words, there was an error
compiling some of the source code you pulled in through your header files. I
suggest calling the `:YcmDiags` command to see what they were (even better, have
Syntastic installed and call `:lopen`).
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.
### YCM auto-inserts completion strings I don't want!
This means you probably have some mappings that interfere with YCM's internal