1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-02 06:40:55 +01:00

Other places where `unsetopt cshnullglob' is needed.

This commit is contained in:
Bart Schaefer 2000-10-06 05:18:25 +00:00
parent dc1527ce76
commit 2f2a33b2ea
9 changed files with 27 additions and 16 deletions

View file

@ -16,8 +16,8 @@
# which makes the output of setopt and unsetopt reflect a different
# state than the global one for which you are completing.
setopt localoptions nullglob rcexpandparam extendedglob noshglob \
nomarkdirs noglobsubst noshwordsplit unset noksharrays nocshnullglob
setopt localoptions nullglob rcexpandparam extendedglob unset
unsetopt markdirs globsubst shwordsplit shglob ksharrays cshnullglob
exec </dev/null # ZLE closes stdin, which can cause errors
# Failed returns from this code are not real errors