diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-11-30 17:26:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-11-30 17:26:47 +0000 |
commit | c969dea22f58cc86314f7a64ffdd25476cbd4a68 (patch) | |
tree | 6f0397ba96ea4890092beed9481f2f30ac24fa95 /Doc | |
parent | 1d5a54270b5e23a1d79709b1460feaebe64dbeba (diff) | |
download | zsh-c969dea22f58cc86314f7a64ffdd25476cbd4a68.tar.gz zsh-c969dea22f58cc86314f7a64ffdd25476cbd4a68.tar.xz zsh-c969dea22f58cc86314f7a64ffdd25476cbd4a68.zip |
27441: add "sa" for suffix alias completion highlighting
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index 0599b4738..ce9eb48d9 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -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 ) |