Select first line of completion popup. Improves typing flow and saves one keypress.

This commit is contained in:
Jean-Louis Fuchs
2013-01-21 18:08:19 +01:00
parent 5a5c383aa6
commit f234bf4376
3 changed files with 15 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ let s:settings = {
\ 'pydoc': "'K'",
\ 'show_function_definition': 1,
\ 'function_definition_escape': "'≡'",
\ 'auto_close_doc': 1
\ 'auto_close_doc': 1,
\ 'popup_select_first': 1
\ }
for [key, val] in items(s:settings)