File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3517,10 +3517,9 @@ complete_info([{what}])
3517
3517
補完マッチのリスト。各要素は "word", "abbr",
3518
3518
"menu", "kind", "info", "user_data" を含む辞書。
3519
3519
|complete-items| を参照。
3520
- selected 選択された補完候補のインデックス。最初のインデ
3521
- ックスが 0。どの補完候補も選択されていなければ
3522
- -1 (挿入されたテキストのみが表示されているとき
3523
- )。
3520
+ selected 選択された補完候補のインデックス。最初のインデッ
3521
+ クスが 0。どの補完候補も選択されていなければ -1
3522
+ (挿入されたテキストのみが表示されているとき)。
3524
3523
inserted 入力された文字列。[現時点では未実装]
3525
3524
3526
3525
*complete_info_mode*
@@ -7337,7 +7336,7 @@ screenchars({row}, {col}) *screenchars()*
7337
7336
結果は数値のリスト。最初の数値は |screenchar()| が返す数値と同
7338
7337
一。それ以降の数値は基底文字に続く合成文字の数値。
7339
7338
この関数は主にテスト用。
7340
- row や col が範囲外である場合は空文字列を返す 。
7339
+ row や col が範囲外である場合は空のリストを返す 。
7341
7340
7342
7341
screencol() *screencol()*
7343
7342
現在のカーソルのスクリーン列を数値で返す。一番左の列番号は 1。
You can’t perform that action at this time.
0 commit comments