From 26d81c3c5fee54c585984a736d7262801b9db9e0 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sat, 23 Mar 2013 16:42:00 -0700 Subject: [PATCH] Note about being effectively broken. Related to issue #24. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b673586..6f68068b 100644 --- a/README.md +++ b/README.md @@ -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 `` 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.