Lines Matching refs:arguments

14    1.2 Special arguments		|:map-arguments|
167 1.2 SPECIAL ARGUMENTS *:map-arguments*
171 command, before any other arguments.
266 call popup_create(... arguments ...)
1239 If you give the :ab command with no arguments, this is how the
1309 just like a built-in command (it can have a range or arguments, arguments can
1398 can have arguments, or have a range specified. Arguments are subject to
1409 By default, a user defined command will take no arguments (and an error is
1411 command can take arguments, using the -nargs attribute. Valid cases are:
1413 -nargs=0 No arguments are allowed (the default)
1415 -nargs=* Any number of arguments are allowed (0, 1, or many),
1417 -nargs=? 0 or 1 arguments are allowed
1424 Note that arguments are used as text, not as expressions. Specifically,
1441 By default, the arguments of user defined commands do not undergo completion.
1450 -complete=command Ex command (and arguments)
1494 The function need not use all these arguments. The function should provide the
1503 The function arguments are:
1558 relate to arguments, (loaded) buffers, windows or tab pages.
1562 -addr=arguments arg Range for arguments
1593 Note that these arguments can be abbreviated, but that is a deprecated
1663 <args> The command arguments, exactly as supplied (but as
1665 of the arguments, which are then not part of <args>).
1677 To allow commands to pass their arguments on to a user-defined function, there
1679 arguments at spaces and tabs, quotes each argument individually, and the
1680 <f-args> sequence is replaced by the comma-separated list of quoted arguments.
1681 See the Mycmd example below. If no arguments are given <f-args> is removed.