Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 204) sorted by relevance

123456789

/vim-8.2.3635/src/testdir/
H A Dtest_method.vim107 " not enough arguments
109 " too many arguments
115 " not enough arguments
117 " too many arguments
148 " todo: lambda accepts more arguments than it consumes
159 " Test for too many or too few arguments to a method
164 " Test for passing optional arguments to methods
H A Dshared.vim125 " stringified expression to evaluate, or a funcref without arguments.
240 " Get the command to run Vim, with -u NONE and --not-a-term arguments.
307 func RunVim(before, after, arguments) argument
308 return RunVimPiped(a:before, a:after, a:arguments, '')
311 func RunVimPiped(before, after, arguments, pipecmd) argument
326 exe "silent !" . a:pipecmd . cmd . args . ' ' . a:arguments
H A Dtest_partial.vim1 " Test binding arguments to a Funcref.
379 call assert_true(F1d1a1 != F1d1a12) " Different number of arguments
381 call assert_true(F1a1 != F1a2) " Different arguments
390 call assert_true(F1a1 isnot# F1a2) " Different number of arguments
391 call assert_true(F1ad1 isnot# F1ad3) " In arguments d1 isnot d3
H A Dterm_util.vim46 " Run Vim with "arguments" in a new terminal window.
57 func RunVimInTerminal(arguments, options) argument
91 let cmd = GetVimCommandCleanTerm() .. reset_u7 .. a:arguments
H A Dtest_startup.vim156 " Test the -o[N] and -O[N] arguments to open N windows split
370 " Test the -m, -M and -R arguments:
400 " Test the -A, -F and -H arguments (Arabic, Farsi and Hebrew modes).
441 " Test the -reverse and +reverse arguments (for GUI only).
462 " Test the -background and -foreground arguments (for GUI only).
623 call assert_equal('Too many edit arguments: "xxx"', out[1])
627 " Detect invalid repeated arguments '-t foo -t foo', '-q foo -q foo'.
632 call assert_equal('Too many edit arguments: "' .. opt .. '"', out[1])
643 call assert_equal('Too many "+command", "-c command" or "--cmd command" arguments', out[1])
714 let expected = ['--- VIM STARTING ---', 'parsing arguments',
[all …]
H A Dtest_cursorline.vim233 The {option} arguments to ":set" may be repeated. For example: >
235 If you make an error in one of the arguments, an error message will be given
236 and the following arguments will be ignored.
H A Dtest_command_count.vim45 command! -range -addr=arguments RangeArguments :let lines = [<line1>, <line2>]
46 command! -range=% -addr=arguments RangeArgumentsAll :let lines = [<line1>, <line2>]
H A Dtest_set.vim30 " :set, :setlocal, :setglobal without arguments show values of options.
H A Dtest_plus_arg_edit.vim37 " Test for ++bin and ++nobin arguments
/vim-8.2.3635/runtime/doc/
H A Dft_rust.txt143 The arguments given to |:RustRun| will be passed to the
146 If ! is specified, the arguments are passed to rustc instead.
147 A "--" argument will separate the rustc arguments from the
148 arguments passed to the binary.
161 The arguments given to |:RustExpand| will be passed to rustc.
178 The arguments given to |:RustEmitIr| will be passed to rustc.
189 The arguments given to |:RustEmitAsm| will be passed to rustc.
229 <D-r> Executes |:RustRun| with no arguments.
234 arguments given to the last invocation, but does not
H A Dremote.txt20 The following command line arguments are available:
31 file list. Thus any non-file arguments must
89 This doesn't work, all arguments after --remote will be used as file names: >
138 Note that the --remote and --remote-wait arguments will consume the rest of
139 the command line. I.e. all remaining arguments will be regarded as filenames.
H A Dusr_40.txt95 To see the currently defined mappings, use ":map" without arguments. Or one
237 Abbreviations are a lot like Insert mode mappings. The arguments are handled
307 User-defined commands can take a series of arguments. The number of arguments
309 :DeleteFirst command takes no arguments, so you could have defined it as
314 However, because zero arguments is the default, you do not need to add
317 -nargs=0 No arguments
319 -nargs=* Any number of arguments
321 -nargs=+ One or more arguments
326 Inside the command definition, the arguments are represented by the
350 except in a format suitable for use as function call arguments. For example:
[all …]
H A Dvim9.txt143 arguments).
198 *vim9-variable-arguments*
367 or arguments.
528 and lambda arguments). This is OK: >
541 < *vim9-lambda-arguments*
544 arguments must match. If you do want to accept any arguments, or any further
546 |vim9-variable-arguments|. Example: >
677 arguments: >
1195 checking for arguments or return value
1212 arguments, does not return a value
[all …]
H A Dmap.txt14 1.2 Special arguments |:map-arguments|
167 1.2 SPECIAL ARGUMENTS *:map-arguments*
171 command, before any other arguments.
266 call popup_create(... arguments ...)
1309 just like a built-in command (it can have a range or arguments, arguments can
1413 -nargs=0 No arguments are allowed (the default)
1417 -nargs=? 0 or 1 arguments are allowed
1450 -complete=command Ex command (and arguments)
1503 The function arguments are:
1562 -addr=arguments arg Range for arguments
[all …]
H A Dif_perl.txt161 VIM::Buffers([{bn}...]) With no arguments, returns a list of all the buffers
171 VIM::Windows([{wn}...]) With no arguments, returns a list of all the windows
205 With no arguments, returns a (row, col) array for the
207 {col} arguments, sets the Window's cursor position to
246 {line}s can be an array. If the arguments are
H A Dstarting.txt9 1. Vim arguments |vim-arguments|
21 1. Vim arguments *vim-arguments*
31 Option arguments and file name arguments can be mixed, and any number of them
34 For compatibility with various Vi versions, see |cmdline-arguments|.
46 < All arguments after the "--" will be interpreted as file names,
191 Note: You can use up to 10 "+" or "-c" arguments in a Vim
204 < It can be mixed with "-c" arguments and repeated like "-c".
205 The limit of 10 "-c" arguments applies here as well.
410 than arguments, the last few tab pages will be editing an
569 Any non-file arguments must come before this.
[all …]
H A Dusr_30.txt34 :make {arguments}
45 main.c:6: too many arguments to function 'do_sub' ~
52 (3 of 6): too many arguments to function 'do_sub' ~
70 |(3 of 12): too many arguments to function 'do_sub' |
87 < 3 main.c: 6:too many arguments to function 'do_sub' ~
99 3 main.c:6: too many arguments to function 'do_sub' ~
123 You can also include arguments in this option. Special characters need to
/vim-8.2.3635/runtime/autoload/
H A Djavascriptcomplete.vim80 let funcprop = ['arguments', 'arguments.callee', 'arguments.caller', 'arguments.length',
578 let arguments = copy(functions)
583 " Create table to keep arguments for additional 'menu' info
585 for i in arguments
593 " Get functions arguments
594 call map(arguments, 'matchstr(v:val, "function.\\{-}(\\zs.\\{-}\\ze)")')
595 let jargs = join(arguments, ',')
597 let arguments = split(jargs, ',')
598 let arguments = sort(arguments)
615 let values = variables + functions + htmldom + arguments + builtin + properties + keywords
H A Dnetrw_gitignore.vim4 " Function can take additional filenames as arguments, example:
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim15 " The function takes the following arguments:
22 " Additionally the arguments 'tw' and '' are accepted. The value of
32 " arguments.
61 " As with the other arguments, '' may be used to get the default
143 call Justify_error("Too many arguments (max 3)")
147 " Set textwidth (accept 'tw' and '' as arguments)
/vim-8.2.3635/runtime/syntax/
H A Dtsscl.vim72 " CLI Directive Commands, with arguments
139 " local varialbles: cl_arg1, cl_arg2, etc. (cl_arg is an array of arguments)
140 " cl_args is the number of arguments
H A Dupstart.vim40 " two arguments
43 " one or more arguments (events)
/vim-8.2.3635/src/
H A DINSTALL86 If you need extra compiler and/or linker arguments, set $CFLAGS and/or $LIBS
93 arguments.
115 "make" will execute it again, but without your arguments. Do "make clean" and
132 These configure arguments can be used to select which GUI to use:
/vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/
H A Dshellmenu.vim110 imenu Set.All keyword arguments are placed in the environment set -k
115 imenu Set.Print commands and their arguments as they are executed set -x
/vim-8.2.3635/runtime/macros/
H A Dless.bat3 rem Read stdin if no arguments were given.

123456789