diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-12 16:49:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-12 16:49:59 +0000 |
commit | ea09bb1cefa9af8bf941ac588b4e52582ff878cf (patch) | |
tree | fd4b654b598752ea29fd2bd4fcf3434cde920e7a /Doc/Zsh | |
parent | bd70d684fcf40ff1fba07ec69bd08e1ce40cbd2f (diff) | |
download | zsh-ea09bb1cefa9af8bf941ac588b4e52582ff878cf.tar.gz zsh-ea09bb1cefa9af8bf941ac588b4e52582ff878cf.tar.xz zsh-ea09bb1cefa9af8bf941ac588b4e52582ff878cf.zip |
25006, 25009: fix "or" orphaned symlink highlighting
fix ordering of statd versus extension and pattern highlight tests
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index f918a4345..a787a5a58 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -54,8 +54,7 @@ item(tt(cd 44;37))( for character devices ) item(tt(or) var(none))( -for a symlink to nonexistent file (default is the value defined for tt(fi)); -this code is currently not used +for a symlink to nonexistent file (default is the value defined for tt(ln)). ) item(tt(mi) var(none))( for a non-existent file (default is the value defined for tt(fi)); this code |