Lines Matching refs:more
9 The very basics can be found in section |03.9| of the user manual. A few more
159 [1/>99] Cursor is on first of more than 99 matches.
160 [>99/>99] Cursor is after 99 match of more than 99 matches.
323 1. A pattern is one or more branches, separated by "\|". It matches anything
325 matches "beep". If more than one branch matches, the first one is used.
333 2. A branch is one or more concats, separated by "\&". It matches the last
345 3. A concat is one or more pieces, concatenated. It matches a match for the
451 |/star| * \* 0 or more as many as possible
452 |/\+| \+ \+ 1 or more as many as possible
460 \{} \{} 0 or more as many as possible (same as *)
466 \{-} \{-} 0 or more as few as possible
600 Matches 0 or more of the preceding atom, as many as possible.
619 \+ Matches 1 or more of the preceding atom, as many as possible.
638 \{} Matches 0 or more of the preceding atom, as many as possible (like *)
644 \{-} matches 0 or more of the preceding atom, as few as possible
987 are halfway through a tab or other character that occupies more than
1087 allows using more groups and it's a little bit faster.
1127 can be used, but the character values must not be more than 256 apart
1227 It gets more complicated when the atoms are not ordinary characters.
1304 Exception: If the pattern starts with one or more composing characters, these
1322 more composing characters than the pattern, it still matches. But all
1429 column 72 and more: >
1436 occupies more than one virtual column, such as a TAB.