diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-01-18 16:43:26 +0000 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-01-18 16:43:26 +0000 |
| commit | e34ce85151dcd5ac698e116a6742d481ff64ae2c (patch) | |
| tree | 2067381ddd27bf739a4369ec5761af90717c42f5 /Src/lex.c | |
| parent | Changelog entry to previous commit by Wieland Hoffmann (diff) | |
| download | zsh-e34ce85151dcd5ac698e116a6742d481ff64ae2c.tar zsh-e34ce85151dcd5ac698e116a6742d481ff64ae2c.tar.gz zsh-e34ce85151dcd5ac698e116a6742d481ff64ae2c.tar.bz2 zsh-e34ce85151dcd5ac698e116a6742d481ff64ae2c.tar.lz zsh-e34ce85151dcd5ac698e116a6742d481ff64ae2c.tar.xz zsh-e34ce85151dcd5ac698e116a6742d481ff64ae2c.tar.zst zsh-e34ce85151dcd5ac698e116a6742d481ff64ae2c.zip | |
34319: fix alias expansion in history for command substitution
Diffstat (limited to 'Src/lex.c')
| -rw-r--r-- | Src/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1674,7 +1674,7 @@ parse_subst_string(char *s) /* Called below to report word positions. */ /**/ -mod_export void +static void gotword(void) { we = zlemetall + 1 - inbufct + (addedx == 2 ? 1 : 0); |
