Fix register printing in disassembling of push/pop of segment registers and in/out...
[oota-llvm.git] / utils / vim / vimrc
index 3dfa5c931fba0b2c4f6a0523ad6d6160bc243954..3ef54c08cfe1b43182b1a3010cf228711199e208 100644 (file)
@@ -92,11 +92,7 @@ augroup END
 "set incsearch
 "set ruler
 
-" Clang code-completion support. This is highly experimental!
-
-" TODO: code-completing on
-"          cast_cast<
-" turns up some peculiarities -- "asm("? 
+" Clang code-completion support. This is somewhat experimental!
 
 " A path to a clang executable.
 let g:clang_path = "clang++"
@@ -220,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