Skip to content

Commit 92e109f

Browse files
cvwillegenchrisbra
authored andcommitted
runtime(doc): Fix an omission in the documentation.
closes: #16960 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 9cb865e commit 92e109f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/doc/builtin.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Mar 23
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Mar 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5896,8 +5896,8 @@ indexof({object}, {expr} [, {opts}]) *indexof()*
58965896
v:true. {object} must be a |List|, a |Tuple| or a |Blob|.
58975897

58985898
If {object} is a |List| or a |Tuple|, evaluate {expr} for each
5899-
item in the List until the expression is v:true and return the
5900-
index of this item.
5899+
item in the List or Tuple until the expression is v:true
5900+
and return the index of this item.
59015901

59025902
If {object} is a |Blob| evaluate {expr} for each byte in the
59035903
Blob until the expression is v:true and return the index of

0 commit comments

Comments
 (0)