We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09ff72 commit 9ad7067Copy full SHA for 9ad7067
1 file changed
runtime/doc/userfunc.txt
@@ -1,4 +1,4 @@
1
-*userfunc.txt* For Vim version 9.1. Last change: 2025 Oct 27
+*userfunc.txt* For Vim version 9.1. Last change: 2025 Oct 28
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -189,9 +189,9 @@ See |:verbose-cmd| for more information.
189
With the ! there is no error if the function does not
190
exist.
191
*:retu* *:return* *E133*
192
-:retu[rn] [expr] Return from a function. When "[expr]" is given, it is
+:retu[rn] [expr] Return from a function. When [expr] is given, it is
193
evaluated and returned as the result of the function.
194
- If "[expr]" is not given, the number 0 is returned.
+ If [expr] is not given, the number 0 is returned.
195
When a function ends without an explicit ":return",
196
the number 0 is returned.
197
0 commit comments