mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
unposted (cf. 37387): emulate turns off WARN_CREATE_GLOBAL
This commit is contained in:
parent
597ffd85ed
commit
7611e78ad1
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2015-12-19 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted (cf. 37387): Src/options.c: emulate turns off
|
||||
WARN_CREATE_GLOBAL
|
||||
|
||||
* users/21068: Functions/Newuser/zsh-newuser-install: use emacs
|
||||
keymap in vared by default (less surprising than vi modes)
|
||||
|
||||
|
|
|
@ -256,7 +256,7 @@ static struct optname optns[] = {
|
|||
{{NULL, "unset", OPT_EMULATE|OPT_BSHELL}, UNSET},
|
||||
{{NULL, "verbose", 0}, VERBOSE},
|
||||
{{NULL, "vi", 0}, VIMODE},
|
||||
{{NULL, "warncreateglobal", 0}, WARNCREATEGLOBAL},
|
||||
{{NULL, "warncreateglobal", OPT_EMULATE}, WARNCREATEGLOBAL},
|
||||
{{NULL, "xtrace", 0}, XTRACE},
|
||||
{{NULL, "zle", OPT_SPECIAL}, USEZLE},
|
||||
{{NULL, "braceexpand", OPT_ALIAS}, /* ksh/bash */ -IGNOREBRACES},
|
||||
|
|
Loading…
Reference in a new issue