]> Untitled Git - vimfiles.git/commitdiff
Made clang_complete automatically select the first entry in the popup menu
authorPhilippe Huerlimann <phihue@gmail.com>
Wed, 20 Jun 2012 17:23:55 +0000 (19:23 +0200)
committerPhilippe Huerlimann <phihue@gmail.com>
Wed, 20 Jun 2012 17:23:55 +0000 (19:23 +0200)
ftplugin/c.vim

index 26f3d01c0ff97f8e011453ec5df0fc3e48a20fc0..b890c637374173e2d1f3be94e0da1e7589351732 100644 (file)
@@ -3,4 +3,6 @@
 let g:clang_library_path="/usr/lib/llvm"
 " open quickfix window on error
 let g:clang_complete_copen=1
-
+" automatically select the first entry in the popup menu, but
+" without inserting it into the code.
+let g:clang_auto_select=1