diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-03-28 21:24:27 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-03-28 21:24:27 -0700 |
commit | 81ba83797240f38769a624a98c1e73ba2f9f9906 (patch) | |
tree | 128a30193daaeeef6a29b34ef4b5de37cce84ef4 /ChangeLog | |
parent | 7d2b53f65bae3f16cf318103e53eb8350af6bd8a (diff) | |
download | zsh-81ba83797240f38769a624a98c1e73ba2f9f9906.tar.gz zsh-81ba83797240f38769a624a98c1e73ba2f9f9906.tar.xz zsh-81ba83797240f38769a624a98c1e73ba2f9f9906.zip |
34781: add implicit space after alias expansion of tokens that form words without spacing
fixes crash when using completion immediately following such an alias
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5beb1f88f..2527e9e9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ * 34804: Src/lex.c: refine 34734 POSIX_ALIAS change to preserve old behavior of [[ ]] conditionals + * 34781: Src/lex.c, Test/A02alias.ztst: add implicit space after + alias expansion of tokens that form words without spacing; fixes + crash when using completion immediately following such an alias + 2015-03-27 Barton E. Schaefer <schaefer@zsh.org> * 34788: Src/lex.c: refine errflag handling in cmd_or_math() |