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:
parent
dc1527ce76
commit
2f2a33b2ea
9 changed files with 27 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue