Skip to content

Commit e4106b1

Browse files
committed
Fix by review
1 parent c0181dc commit e4106b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/builtin.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4528,7 +4528,6 @@ getpos({expr}) *getpos()*
45284528
戻り値の型: list<number>
45294529

45304530

4531-
H_EAST
45324531
getqflist([{what}]) *getqflist()*
45334532
現在の全quickfixエラーのリスト |List| を返す。リストの各要素は
45344533
辞書で、以下の要素を持つ:
@@ -5617,6 +5616,7 @@ indexof({object}, {expr} [, {opts}]) *indexof()*
56175616
<
56185617
戻り値の型: |Number|
56195618

5619+
56205620
input({prompt} [, {text} [, {completion}]]) *input()*
56215621
結果は文字列で、ユーザーがコマンドラインに入力したものが返され
56225622
る。引数 {prompt} にはプロンプト文字列か空文字列を指定する。空

0 commit comments

Comments
 (0)