Skip to content

Commit 364e17b

Browse files
committed
#497 での指摘点修正
1 parent 8a51fdb commit 364e17b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/eval.jax

+4-5
Original file line numberDiff line numberDiff line change
@@ -3517,10 +3517,9 @@ complete_info([{what}])
35173517
補完マッチのリスト。各要素は "word", "abbr",
35183518
"menu", "kind", "info", "user_data" を含む辞書。
35193519
|complete-items| を参照。
3520-
selected 選択された補完候補のインデックス。最初のインデ
3521-
ックスが 0。どの補完候補も選択されていなければ
3522-
-1 (挿入されたテキストのみが表示されているとき
3523-
)。
3520+
selected 選択された補完候補のインデックス。最初のインデッ
3521+
クスが 0。どの補完候補も選択されていなければ -1
3522+
(挿入されたテキストのみが表示されているとき)。
35243523
inserted 入力された文字列。[現時点では未実装]
35253524

35263525
*complete_info_mode*
@@ -7337,7 +7336,7 @@ screenchars({row}, {col}) *screenchars()*
73377336
結果は数値のリスト。最初の数値は |screenchar()| が返す数値と同
73387337
一。それ以降の数値は基底文字に続く合成文字の数値。
73397338
この関数は主にテスト用。
7340-
row や col が範囲外である場合は空文字列を返す
7339+
row や col が範囲外である場合は空のリストを返す
73417340

73427341
screencol() *screencol()*
73437342
現在のカーソルのスクリーン列を数値で返す。一番左の列番号は 1。

0 commit comments

Comments
 (0)