Note about <C-U> being effectively broken.

Related to issue #24.
This commit is contained in:
Strahinja Val Markovic 2013-03-23 16:42:00 -07:00
parent eed0434e39
commit 26d81c3c5f

View File

@ -952,6 +952,12 @@ CompileCommands API) were added after their cut.
So just go through the installation guide and make sure you are using a correct
`libclang.so`. I recommend downloading prebuilt binaries from llvm.org.
### `CTRL-U` in insert mode does not work
YCM keeps you in a `completefunc` completion mode when you're typing in insert
mode and Vim disables `<C-U>` in completion mode as a "feature." Sadly there's
nothing I can do about this.
### Why isn't YCM just written in plain VimScript, FFS?
Because of the identifier completion engine and subsequence-based filtering.