Lines Matching refs:command

95 			cursor is halfway a multibyte character the command
105 The |:filter| command can be used to only show lines
117 Note: A user command can overrule this command.
193 the command-line. {commands} are executed like they
198 Without it, when this command is called from a
202 {commands} should be a complete command. If
203 {commands} does not finish a command, the last one
205 This implies that an insert command must be completed
207 command must be completed as well. And you can't use
217 This command cannot be followed by another command,
218 since any '|' is considered part of the command.
220 This command can be used recursively, but the depth is
235 ":normal" command without a range.
238 :sh[ell] This command starts a shell. When the shell exits
239 (after the "exit" command) you return to Vim. The
240 name for the shell command comes from 'shell' option.
252 external command (see also 'cpoptions'). But not when
258 it to append a Vim command. See |:bar|.
277 interpreted as a following ":" command. However, if
283 On Unix the command normally runs in a non-interactive
288 After the command has been executed, the timestamp and
291 Vim redraws the screen after the command is finished,
297 CTRL-L or ":redraw!" if the command did display
342 N *+browse* |:browse| command
352 T *+cmdline_compl* command line completion |cmdline-completion|
353 T *+cmdline_hist* command line history |cmdline-history|
437 N *+printer* |:hardcopy| command
438 H *+profile* |:profile| command
508 because you can now use the ":if" command for
517 and {file} exists, this command fails.
559 command output messages will cause errors.
560 To get the output of one command the |execute()|
569 :filt[er][!] {pat} {command}
570 :filt[er][!] /{pat}/ {command}
571 Restrict the output of {command} to lines matching
574 < If the [!] is given, restrict the output of {command}
589 |:command| - filter by command name
607 :sil[ent][!] {command} Execute {command} silently. Normal messages will not
616 This will allow redirecting the output of a command
621 < To execute a Normal mode command silently, use the
622 |:normal| command. For example, to search for a
625 < ":silent!" is useful to execute a command that may
632 using this for an external command, this may cause the
636 Command-line command. The command will still produce
637 messages though. Use ":silent" in the command itself
638 to avoid that: ":silent menu .... :silent command".
641 :uns[ilent] {command} Execute {command} not silently. Only makes a
643 command.
652 :[count]verb[ose] {command}
653 Execute {command} with 'verbose' set to [count]. If
666 < When concatenating another command, the ":verbose"
676 an abbreviation or a user-defined function or a command or a highlight group
679 defined while executing a function, user command or autocommand, the script in
690 with the command >
697 a Vim Ex command with [count].
698 - If 'keywordprg' is empty, the ":help" command is
744 was used for the previous execution of this command.