Lines Matching refs:pattern

10 A detailed specification can be found here: |pattern|
37 "InClUDe". (Set the 'hlsearch' option to quickly see where a pattern
48 If you have a pattern with at least one uppercase character, the search
54 pattern matches ~
63 If you want to ignore case for one specific pattern, you can do this by
64 prepending the "\c" string. Using "\C" will make the pattern to match case.
68 pattern matches ~
74 A big advantage of using "\c" and "\C" is that it sticks with the pattern.
75 Thus if you repeat a pattern from the search history, the same will happen, no
140 of the pattern. You can tell Vim to leave it some other place by specifying
146 This command searches for the pattern "default" and then moves to the
147 beginning of the second line past the pattern. Using this command on the
178 pattern. That's not very useful, since leaving out the "b" does the same
190 To repeat searching for the previously used search pattern, but with a
191 different offset, leave out the pattern: >
212 the offset from the pattern, instead of "/": >
285 pattern match count ~
313 This matches "axb" in "axbxb". If this pattern would be used: >
323 The "or" operator in a pattern is "\|". Example: >
371 [] range (they can actually be used anywhere in the search pattern):
432 redefined without changing the search pattern.
433 For example, search for this pattern: >
447 pattern with "\f" to match a file name, and it will automatically adjust to
472 Vim can find a pattern that includes a line break. You need to specify where
520 letters and three digits. Directly putting this into a search pattern: >