1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

27441: add "sa" for suffix alias completion highlighting

This commit is contained in:
Peter Stephenson 2009-11-30 17:26:47 +00:00
parent 1d5a54270b
commit c969dea22f
3 changed files with 32 additions and 7 deletions

View file

@ -72,6 +72,10 @@ for world writable directories with sticky bit set
item(tt(ow 34;43))(
for world writable directories without sticky bit set
)
item(tt(sa) var(none))(
for files with an associated suffix alias; this is only tested
after specific suffixes, as described below
)
item(tt(st 37;44))(
for directories with sticky bit set but not world writable
)