@@ -2001,10 +2001,8 @@ complete_info([{what}]) *complete_info()*
20012001 Returns a | Dictionary | with information about Insert mode
20022002 completion. See | ins-completion | .
20032003 The items are:
2004- mode Current completion mode name string.
2005- See | complete_info_mode | for the values.
2006- pum_visible | TRUE | if popup menu is visible.
2007- See | pumvisible() | .
2004+ completed Return a dictionary containing the entries of
2005+ the currently selected index item.
20082006 items List of all completion candidates. Each item
20092007 is a dictionary containing the entries "word",
20102008 "abbr", "menu", "kind", "info" and
@@ -2015,13 +2013,18 @@ complete_info([{what}]) *complete_info()*
20152013 and "items" are in "what", the returned list
20162014 will still be named "items", but each item
20172015 will have an additional "match" field.
2016+ mode Current completion mode name string.
2017+ See | complete_info_mode | for the values.
2018+ preinserted_text
2019+ The actual text that is pre-inserted, see
2020+ | preinserted() | .
2021+ pum_visible | TRUE | if popup menu is visible.
2022+ See | pumvisible() | .
20182023 selected Selected item index. First index is zero.
20192024 Index is -1 if no item is selected (showing
20202025 typed text only, or the last completion after
20212026 no item is selected when using the <Up> or
20222027 <Down> keys)
2023- completed Return a dictionary containing the entries of
2024- the currently selected index item.
20252028
20262029 *complete_info_mode*
20272030 mode values are:
@@ -13061,7 +13064,6 @@ channel Compiled with support for |channel| and |job|
1306113064cindent Compiled with 'cindent' support. (always true)
1306213065clientserver Compiled with remote invocation support | clientserver | .
1306313066clipboard Compiled with 'clipboard' support.
13064- clipboard_provider Compiled with | clipboard-providers | support
1306513067clipboard_working Compiled with 'clipboard' support and it can be used.
1306613068cmdline_compl Compiled with | cmdline-completion | support.
1306713069cmdline_hist Compiled with | cmdline-history | support.
0 commit comments