1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-15 02:11:07 +02:00

zsh-workers/9415

This commit is contained in:
Tanaka Akira 2000-01-24 09:38:23 +00:00
parent 4e1f3406ab
commit c35ee6b885

View file

@ -100,7 +100,7 @@ character and `tt(0)' for the rest.
All three forms of var(name) may be preceded by a pattern in All three forms of var(name) may be preceded by a pattern in
parentheses. If such a pattern is given, the var(value) will be used parentheses. If such a pattern is given, the var(value) will be used
only for matches in groups whose names are matched by the pattern only for matches in groups whose names are matched by the pattern
given in the parentheses. E.g. `tt((g*)~m*=43)' says to highlight all given in the parentheses. E.g. `tt((g*)m*=43)' says to highlight all
matches beginning with `tt(m)' in groups whose names begin with matches beginning with `tt(m)' in groups whose names begin with
`tt(g)' using the color code `tt(43)'. In case of the `tt(lc)', `tt(g)' using the color code `tt(43)'. In case of the `tt(lc)',
`tt(rc)', and `tt(ec)' codes, the group pattern is ignored. `tt(rc)', and `tt(ec)' codes, the group pattern is ignored.