Lines Matching refs:before
88 backspace, try using "stty erase <BS>" before starting
127 ends before the cursor position.
131 ends before the cursor position.
198 /test/b-3 three characters before "test"
201 the cursor position before and after the search is affected. However, if a
260 'c' flag in 'cpoptions' as described above. Then the last match before the
702 You can't use "\@!" to look for a non-match before the matching
713 The "\zs" is to have the match start just before "foo".
716 \@<= Matches with zero width if the preceding atom matches just before what
727 "\@<=" and "\@<!" check for matches just before what follows.
728 Theoretically these matches could start anywhere before this position.
730 is searched, and one line before that (if there is one). This should
748 slow. Example, check if there is a "<" just before "span":
750 This will try matching "<" only one byte before "span", which is the
759 before what follows. Thus this matches if there is no position in the
761 before what follows. |/zero-width|
763 The match with the preceding atom is made to end just before the match
893 inside the Visual area put it at the start and just before the end of
917 \%<'m Matches before the position of mark m.
922 is because "\%<'e" matches at the character before the 'e mark, and
951 \%<23c Matches before a specific column.
954 \%<.c Matches before the cursor column.
977 \%<23v Matches before a specific virtual column.
980 \%<.v Matches before the current virtual column.
1186 backslash before it: "[xyz\]]", "[\^xyz]", "[xy\-z]" and "[xyz\\]".
1318 composing character by itself, except that it doesn't matter what comes before