When RegAllocGreedy decides to spill the interferences of the current register,
[oota-llvm.git] / utils / vim / vimrc
index 51a2365c156cc36ed4797fca30582029bf3eca48..3ef54c08cfe1b43182b1a3010cf228711199e208 100644 (file)
@@ -92,7 +92,7 @@ augroup END
 "set incsearch
 "set ruler
 
-" Clang code-completion support. This is highly experimental!
+" Clang code-completion support. This is somewhat experimental!
 
 " A path to a clang executable.
 let g:clang_path = "clang++"
@@ -216,5 +216,6 @@ function! ClangComplete(findstart, base)
    return []
 endfunction ClangComplete
 
-" Uncomment this to enable the highly-broken autocompletion support.
-"set omnifunc=ClangComplete
+" This to enables the somewhat-experimental clang-based
+" autocompletion support.
+set omnifunc=ClangComplete