mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
unposted (see users/22287): _comp_options needs to disable ERR_RETURN
This commit is contained in:
parent
5455798bb5
commit
044fcbabf1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-12-27 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted (see users/22287): Completion/compinit: _comp_options
|
||||
needs to disable ERR_RETURN along with ERR_EXIT
|
||||
|
||||
2016-12-24 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Oliver: 40118: Functions/Zle/bracketed-paste-magic: relocate
|
||||
|
|
|
@ -142,6 +142,7 @@ _comp_options=(
|
|||
NO_cshnullglob
|
||||
NO_cshjunkiequotes
|
||||
NO_errexit
|
||||
NO_errreturn
|
||||
NO_globassign
|
||||
NO_globsubst
|
||||
NO_histsubstpattern
|
||||
|
|
Loading…
Reference in a new issue