diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-12 17:04:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-12 17:04:01 +0000 |
commit | 8a30b5f0df3809bb70c28b786ac30e5cdd169693 (patch) | |
tree | 0fdab7cfb2256ba9825b6635e125d685eaf39a23 /Doc | |
parent | ea09bb1cefa9af8bf941ac588b4e52582ff878cf (diff) | |
download | zsh-8a30b5f0df3809bb70c28b786ac30e5cdd169693.tar.gz zsh-8a30b5f0df3809bb70c28b786ac30e5cdd169693.tar.xz zsh-8a30b5f0df3809bb70c28b786ac30e5cdd169693.zip |
25006, 25009: fix "or" orphaned symlink highlighting
fix ordering of statd versus extension and pattern highlight tests
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index a787a5a58..c3fa44dec 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -54,7 +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(ln)). +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 |