Skip to content

Commit bdae8a8

Browse files
committed
Update builtin.{txt,jax}
1 parent dcb674d commit bdae8a8

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

doc/builtin.jax

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,10 +2044,8 @@ complete_info([{what}]) *complete_info()*
20442044
挿入モードの補完に関する情報を辞書 |Dictionary| で返す。
20452045
|ins-completion| を参照。
20462046
要素は以下の通り:
2047-
mode 現在の補完モード名の文字列。
2048-
値は |complete_info_mode| を参照。
2049-
pum_visible ポップアップメニューが表示されているなら |TRUE|
2050-
|pumvisible()| を参照。
2047+
completed 現在選択されているインデックス項目のエントリを
2048+
含む辞書を返す。
20512049
items 全補完マッチのリスト。各要素は "word", "abbr",
20522050
"menu", "kind", "info", "user_data" を含む辞書。
20532051
|complete-items| を参照。
@@ -2056,14 +2054,18 @@ complete_info([{what}]) *complete_info()*
20562054
が "what" に含まれている場合、返されるリストの
20572055
名前は "items" のままだが、各アイテムには追加
20582056
の "match" フィールドがある。
2057+
mode 現在の補完モード名の文字列。
2058+
値は |complete_info_mode| を参照。
2059+
preinserted_text
2060+
事前に挿入される実際のテキスト。
2061+
|preinserted()| を参照。
2062+
pum_visible ポップアップメニューが表示されているなら |TRUE|
2063+
|pumvisible()| を参照。
20592064
selected 選択された補完候補のインデックス。最初のイン
20602065
デックスが 0。どの補完候補も選択されていなけれ
20612066
ば -1 (入力したテキストのみ表示、もしくは <Up>
20622067
や <Down> キーを利用した最後の補完後に選択しな
20632068
かった場合)。
2064-
inserted 入力された文字列。[現時点では未実装]
2065-
completed 現在選択されているインデックス項目のエントリを
2066-
含む辞書を返す。
20672069

20682070
*complete_info_mode*
20692071
mode の値は:
@@ -12767,7 +12769,6 @@ channel |channel| プロセス間通信と |job| ジョブをサポート
1276712769
cindent 'cindent' をサポート。(常に true)
1276812770
clientserver リモート呼び出しをサポート |clientserver|
1276912771
clipboard 'clipboard' をサポート
12770-
clipboard_provider |clipboard-providers| をサポート
1277112772
clipboard_working 'clipboard' をサポートし、使用可能
1277212773
cmdline_compl |cmdline-completion| コマンドライン補完をサポート
1277312774
cmdline_hist |cmdline-history| コマンドライン履歴をサポート

en/builtin.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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|
1306113064
cindent Compiled with 'cindent' support. (always true)
1306213065
clientserver Compiled with remote invocation support |clientserver|.
1306313066
clipboard Compiled with 'clipboard' support.
13064-
clipboard_provider Compiled with |clipboard-providers| support
1306513067
clipboard_working Compiled with 'clipboard' support and it can be used.
1306613068
cmdline_compl Compiled with |cmdline-completion| support.
1306713069
cmdline_hist Compiled with |cmdline-history| support.

0 commit comments

Comments
 (0)