Lines Matching refs:above
184 b[+num] [num] identical to s[+num] above (mnemonic: begin)
185 b[-num] [num] identical to s[-num] above (mnemonic: begin)
260 'c' flag in 'cpoptions' as described above. Then the last match before the
283 \%>l items. For example, to match the word "limit" below line 199 and above
530 |/\_| \_x \_x where x is any of the characters above: character
676 be done in the same position. The last example above will not match
723 instead |/\zs|. To match the same as the above example:
930 \%<23l Matches above a specific line (lower line number).
933 \%<.l Matches above the cursor line.
1026 NOTE: the above also work for multibyte characters. The ones below only
1057 \_x Where "x" is any of the characters above: The character class with
1203 \n line break, see above |/[\n]|
1209 NOTE: The other backslash codes mentioned above do not work inside
1213 Use one of the other atoms above when possible. Example: "\d" is
1361 a pattern using the same syntax used for the i flag above, BTW.)
1449 Just like |:match| above, but set a separate match. Thus