Lines Matching refs:same

297 - The first keyword to the right of the cursor, in the same line.
299 - The first WORD to the right of the cursor, in the same line.
334 concat, but only if all the preceding concats also match at the same
399 match exactly the same character in the text. When preceded with a backslash
460 \{} \{} 0 or more as many as possible (same as *)
541 |/\1| \1 \1 same string as matched by first \(\)
584 with almost the same definition as the ")" command.
588 though it may look the same.
650 the same as "*" but uses the shortest match first algorithm. BUT: A
676 be done in the same position. The last example above will not match
677 "foobarfoo", because it tries match "foo" in the same position where
680 Note that using "\&" works the same as using "\@=": "foo\&.." is the
681 same as "\(foo\)\@=..". But using "\&" is easier, you don't need the
723 instead |/\zs|. To match the same as the above example:
755 The number zero is the same as no limit.
1006 < This command does the same thing, but also matches when there is no
1075 \1 Matches the same string that was matched by */\1* *E65*
1102 \c[a-z]$ same
1107 The same can be done by including "\n" in the collection. The
1154 *[:ident:]* [:ident:] identifier character (same as "\i")
1155 *[:keyword:]* [:keyword:] keyword character (same as "\k")
1156 *[:fname:]* [:fname:] file name character (same as "\f")
1177 have almost the same meaning, e.g., when ignoring accents. This
1214 much faster than "[0-9]" and matches the same characters. However,
1317 When using a dot and a composing character, this works the same as the
1361 a pattern using the same syntax used for the i flag above, BTW.)
1450 there can be three matches active at the same time. The match
1452 same position.
1462 are present anywhere in the string in the same order. Case is ignored. In a