Lines Matching refs:used
10 Command-line mode is used to enter Ex commands (":"), search patterns
84 CTRL-Q Same as CTRL-V. But with some terminals it is used for
145 abbreviations are not used. Command-line completion through
168 When the result is a |List| the items are used
198 currently displayed match is used. With CTRL-W the part of
224 |setcmdpos()| can be used to set the cursor position.
225 The |sandbox| is used for evaluating the expression to avoid
309 - If VAL is 1 (langmap mappings used) it becomes 0 (no langmap
310 mappings used).
314 - If VAL is 2 (Input Method is used) it becomes 0 (no input
315 method used)
318 These language mappings are normally used to type characters
320 'keymap' option can be used to install a whole number of them.
323 switching it on with CTRL-^, the new state is not used again
334 these two keys repeatedly, the same string is used again. For example, this
335 can be used to find the previous substitute command: Type ":s" and then <Up>.
382 When editing the command-line, a few commands can be used to complete the
390 - Shell command names: After ":!cmd", ":r !cmd" and ":w !cmd". $PATH is used.
398 These are the commands that can be used:
412 macro, because <Tab> or <Esc> are mostly used as 'wildchar',
415 match is inserted. After the last match, the first is used
460 a previous version <Esc> was used). In the pattern standard wildcards '*' and
540 after a command causes the rest of the line to be ignored. This can be used
585 '|' can be used to separate commands, so you can give multiple commands in one
640 ":map" and ":abbr" commands and friends CTRL-V needs to be used instead of
654 preferred method. But for external commands a <NL> must be used, because a
673 When the character '%' or '#' is used where a file name is expected, they are
730 another file it cannot be used in a range
733 \/ the next line where the previously used search
735 \? the previous line where the previously used search
737 \& the next line where the previously used substitute
742 number is omitted, 1 is used.
768 Some commands allow for a count after the command. This count is used as the
769 number of lines to be used, starting with the line given in the last line
809 range. The code `:'<,'>` is used for this range, which makes
846 In Ex commands, at places where a file name can be used, the following
847 characters have a special meaning. These can also be used in the expression
861 In |Vim9-script| # is used to start a comment, use %% for the alternate file
906 "list[idx]". This is used for |v:beval_text|.
922 It differs from <afile> only when the file name isn't used
932 not used inside a script.
955 The file name modifiers can be used after "%", "#", "#n", "<cfile>", "<sfile>",
956 "<afile>" or "<abuf>". They are also used with the |fnamemodify()| function.
977 removed). Cannot be used with :e, :r or :t.
992 :e Extension of the file name. Only makes sense when used alone.
1001 Any character can be used for '?', but it must not occur in
1003 After this, the previous modifiers can be used again. For
1060 shell is used for this, unless it can be done internally (for speed).
1075 When the expanded argument contains a "!" and it is used for a shell command
1077 avoid it being expanded into a previously used command. When the 'shell'
1083 a bit difficult to recognize a backslash that is used to escape the special
1157 cursor is used as the command-line. Works both in Insert and
1170 The buffer used for the command-line window is deleted. Any changes to lines
1181 The command-line window cannot be used:
1196 If the 'wildchar' option is set to <Tab>, and the command-line window is used
1219 Two autocommand events are used: |CmdwinEnter| and |CmdwinLeave|. You can use
1231 The character used for the pattern indicates the type of command-line: