Lines Matching refs:used
37 latest used pattern |last-pattern| with latest used
41 latest used pattern |last-pattern| with new
42 |{offset}|. If {offset} is empty no offset is used.
54 latest used pattern |last-pattern| with latest used
58 latest used pattern |last-pattern| with new
59 |{offset}|. If {offset} is empty no offset is used.
73 word nearest to the cursor. The word used for the
83 'ignorecase' is used, 'smartcase' is not.
152 All matches for the last used search pattern will be highlighted if you set
168 compatibility. For the |:s| command the "e" flag can be used to avoid the
188 If a '-' or '+' is given but [num] is omitted, a count of one will be used.
200 If one of these commands is used after an operator, the characters between
225 - It can be used as a single motion command after an operator.
231 The last used pattern and offset are remembered. They can be used to repeat
235 used pattern is used. However, if there is no previous search command, a
236 previous substitute pattern is used, if possible.
238 The 'magic' option sticks with the last used pattern. If you change 'magic',
239 this will not change how the last used pattern will be interpreted.
243 All matches for the last used search pattern will be highlighted if you set
246 To clear the last used search pattern: >
261 cursor position is used.
279 method 'w' is used for this message (default: standout).
295 order, the first one that is found is used:
308 In very rare cases a regular expression is used recursively. This can happen
312 it's used again it fails. Usually this means there is something wrong with
325 matches "beep". If more than one branch matches, the first one is used.
365 Parentheses can be used to make a pattern into an atom. The "\z(\)"
414 Use of "\M" makes the pattern after it be interpreted as if 'nomagic' is used.
483 |/\_^| \_^ \_^ start-of-line (used anywhere) |/zero-width|
486 |/\_$| \_$ \_$ end-of-line (used anywhere) |/zero-width|
608 Exception: When "*" is used at the start of the pattern or just after
630 \? Just like \=. Cannot be used when searching backwards with the "?"
649 first algorithm is used (see example below). In particular, "\{-}" is
674 in the match. These items are only used to check if a match can be
803 \^ Matches literal '^'. Can be used at any position in the pattern, but
807 \_^ Matches start-of-line. |/zero-width| Can be used at any position in
819 \$ Matches literal '$'. Can be used at any position in the pattern, but
823 \_$ Matches end-of-line. |/zero-width| Can be used at any position in the
854 Can be used multiple times, the last one encountered in a matching
855 branch is used. Example: >
864 Can be used multiple times, the last one encountered in a matching
865 branch is used.
904 WARNING: When the cursor is moved after the pattern was used, the
924 WARNING: When the mark is moved after the pattern was used, the result
935 These six can be used to match specific lines in a buffer. The "23"
956 These six can be used to match specific columns in a buffer or string.
982 These six can be used to match specific virtual columns in a buffer or
984 values of the current window are used (e.g., 'tabstop').
1051 NOTE: 'ignorecase', "\c" and "\C" are not used by character classes.
1114 assume no collection is used. Useful to search for '['. However, you
1127 can be used, but the character values must not be more than 256 apart
1142 'ignorecase' is used)
1148 'ignorecase' is used)
1169 The "Func" column shows what library function is used. The
1222 < matches "r", "re", "rea" or "read". The longest that matches is used.
1226 < The end-of-word atom "\>" is used to avoid matching "fu" in "full".
1262 Note that 'ignorecase', "\c" and "\C" are not used for the character classes.
1273 Technical detail: *NL-used-for-Nul*
1282 *CR-used-for-NL*
1361 a pattern using the same syntax used for the i flag above, BTW.)
1391 < Instead of // any character can be used to mark the start and
1403 Note that highlighting the last used search pattern with
1404 'hlsearch' is used in all windows, while the pattern defined
1453 The ":3match" command is used by the |matchparen| plugin. You
1483 The functions |matchfuzzy()| and |matchfuzzypos()| can be used to fuzzy search