diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-01-10 19:14:26 +0000 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-01-10 19:14:26 +0000 |
| commit | bb218704d27bcca9aa4426296dcd5c13d58b330a (patch) | |
| tree | a9644ce52924e524a0e443869585f5286f7261a7 /Src/zsh.h | |
| parent | 40303: _bts: Add more subcommands. (diff) | |
| download | zsh-bb218704d27bcca9aa4426296dcd5c13d58b330a.tar zsh-bb218704d27bcca9aa4426296dcd5c13d58b330a.tar.gz zsh-bb218704d27bcca9aa4426296dcd5c13d58b330a.tar.bz2 zsh-bb218704d27bcca9aa4426296dcd5c13d58b330a.tar.lz zsh-bb218704d27bcca9aa4426296dcd5c13d58b330a.tar.xz zsh-bb218704d27bcca9aa4426296dcd5c13d58b330a.tar.zst zsh-bb218704d27bcca9aa4426296dcd5c13d58b330a.zip | |
40306 with doc tweaks: Change behaviour expanding alias in () function definition.
Now an error unless the () is part of the same error as the name.
Add ALIAS_FUNC_DEF option to allow it again.
Diffstat (limited to 'Src/zsh.h')
| -rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2222,6 +2222,7 @@ struct histent { enum { OPT_INVALID, ALIASESOPT, + ALIASFUNCDEF, ALLEXPORT, ALWAYSLASTPROMPT, ALWAYSTOEND, |
