From d721153361ac49358bb093813df77eb25a503a53 Mon Sep 17 00:00:00 2001 From: Philippe Huerlimann Date: Wed, 20 Jun 2012 19:23:55 +0200 Subject: [PATCH] Made clang_complete automatically select the first entry in the popup menu --- ftplugin/c.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ftplugin/c.vim b/ftplugin/c.vim index 26f3d01..b890c63 100644 --- a/ftplugin/c.vim +++ b/ftplugin/c.vim @@ -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 -- 2.51.2