diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-07-22 21:00:50 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-07-22 21:00:50 +0100 |
commit | 31c5c7bb1101ccafac023c1aac69881f85c03186 (patch) | |
tree | 366c4c526e59797254dc440be75bbdf030b71d49 /ChangeLog | |
parent | 6533ae0719af7a0dee563ed3d74aaf3a565e337a (diff) | |
download | zsh-31c5c7bb1101ccafac023c1aac69881f85c03186.tar.gz zsh-31c5c7bb1101ccafac023c1aac69881f85c03186.tar.xz zsh-31c5c7bb1101ccafac023c1aac69881f85c03186.zip |
unposted: fix previous commit: ihwend -> hwend
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cab2fa469..17020ce9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-07-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: Src/lex.c: correct previous commit: should call + hwend(), not ihwend(). + * 31559: Src/lex.c: Fix problem with history lines for comments that occur in the middle of an alias. |