Skip to content

Commit 9ad7067

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Highlight [expr] arg in :help :return description
closes: #18654 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent f09ff72 commit 9ad7067

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/doc/userfunc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*userfunc.txt* For Vim version 9.1. Last change: 2025 Oct 27
1+
*userfunc.txt* For Vim version 9.1. Last change: 2025 Oct 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -189,9 +189,9 @@ See |:verbose-cmd| for more information.
189189
With the ! there is no error if the function does not
190190
exist.
191191
*:retu* *:return* *E133*
192-
:retu[rn] [expr] Return from a function. When "[expr]" is given, it is
192+
:retu[rn] [expr] Return from a function. When [expr] is given, it is
193193
evaluated and returned as the result of the function.
194-
If "[expr]" is not given, the number 0 is returned.
194+
If [expr] is not given, the number 0 is returned.
195195
When a function ends without an explicit ":return",
196196
the number 0 is returned.
197197

0 commit comments

Comments
 (0)