From: Philippe Huerlimann Date: Wed, 20 Jun 2012 17:23:55 +0000 (+0200) Subject: Made clang_complete automatically select the first entry in the popup menu X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=d721153361ac49358bb093813df77eb25a503a53;p=vimfiles.git Made clang_complete automatically select the first entry in the popup menu --- 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