about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-04-19 18:03:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-04-19 18:03:00 +0000
commit6555629356e509afb9872577ecd79e9f20e67289 (patch)
tree7b591d51331e8b377be961bffab0cf7deffc5e5f /Doc
parentb7474e065b82d930f8da472440282ea7654d491d (diff)
downloadzsh-6555629356e509afb9872577ecd79e9f20e67289.tar.gz
zsh-6555629356e509afb9872577ecd79e9f20e67289.tar.xz
zsh-6555629356e509afb9872577ecd79e9f20e67289.zip
unposted: documentation for execute-as-is fix in 22417
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index e8555d89d..28fc7eed7 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1400,8 +1400,10 @@ passed for execution with a handler program.  If the file matches
 the pattern, the entire command line is executed in its current form,
 with no handler.  This is useful for files which might have suffixes
 but nonetheless be executable in their own right.  If the style
-is not set, the pattern tt(*+LPAR()*+RPAR()) is used; hence executable
-files are executed directly and not passed to a handler.
+is not set, the pattern tt(*+LPAR()*+RPAR() *+LPAR()/+RPAR()) is used;
+hence executable files are executed directly and not passed to a
+handler, and the option tt(AUTO_CD) may be used to change to directories
+that happen to have MIME suffixes.
 )
 item(tt(flags))(
 Defines flags to go with a handler; the context is as for the