Lines Matching refs:arguments

45 compatible.  For example, making function arguments available in the
143 arguments).
198 *vim9-variable-arguments*
199 Variable arguments are defined as the last argument, with a name and have a
217 argument to match the call. E.g. when using map() two arguments are passed,
367 or arguments.
369 Variables, functions and function arguments cannot shadow previously defined
511 number of arguments and any return type (including void). The function can be
526 No line break is allowed in the arguments of a lambda up to and including the
528 and lambda arguments). This is OK: >
541 < *vim9-lambda-arguments*
542 In legacy script a lambda could be called with any number of extra arguments,
544 arguments must match. If you do want to accept any arguments, or any further
545 arguments, use "..._", which makes the function accept
546 |vim9-variable-arguments|. Example: >
677 arguments: >
707 - No line break is allowed in between arguments of an `:echo`, `:execute` and
893 When using "`.."` for string concatenation arguments of simple types are
1046 :def[!] {name}([arguments])[: {return-type}]
1054 {arguments} is a sequence of zero or more argument
1061 The second and third form are optional arguments.
1195 checking for arguments or return value
1196 func: void any number and type of arguments, no return
1198 func: {type} any number and type of arguments with specific
1212 arguments, does not return a value
1217 - type of variable number of arguments
1222 The reference can also be a |Partial|, in which case it stores extra arguments
1295 number of arguments, uses "(...)" to indicate the number of arguments is not
1592 arguments and decide what kind of addition to do. And when the type is