about summary refs log tree commit diff
path: root/Completion/Commands
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-05-10 04:55:10 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-05-10 04:55:10 +0000
commit4c1d37d7d061ed97a4eaa0714560f3228fd6ff13 (patch)
tree50da87ff54fce615f19f48e679abd4adf79dba3c /Completion/Commands
parente89360b2dbe0633d02103130da3b4bbde25c7288 (diff)
downloadzsh-4c1d37d7d061ed97a4eaa0714560f3228fd6ff13.tar.gz
zsh-4c1d37d7d061ed97a4eaa0714560f3228fd6ff13.tar.xz
zsh-4c1d37d7d061ed97a4eaa0714560f3228fd6ff13.zip
11288: Reopen stdin on /dev/null to avoid confusing programs that don't
expect it to be closed.
Diffstat (limited to 'Completion/Commands')
-rw-r--r--Completion/Commands/_complete_help1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Commands/_complete_help b/Completion/Commands/_complete_help
index b952480f8..94ca4abe0 100644
--- a/Completion/Commands/_complete_help
+++ b/Completion/Commands/_complete_help
@@ -3,6 +3,7 @@
 _complete_help() {
   setopt localoptions nullglob rcexpandparam extendedglob
   unsetopt markdirs globsubst shwordsplit nounset ksharrays
+  exec </dev/null	# ZLE closes stdin, which can cause errors
 
   local _sort_tags=_help_sort_tags text i j k
   typeset -A help_funcs help_tags help_sfuncs help_styles