diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-12-13 21:56:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-12-13 21:56:18 +0000 |
commit | 724f55afdaa501b7039bbcf7cb20aacc28e9022f (patch) | |
tree | 1fbd4b1000c3096f1ed8ff93c64d6747754ab8f2 /ChangeLog | |
parent | 7a598440f601e6cf27a38f3151a416dbcfd5b978 (diff) | |
download | zsh-724f55afdaa501b7039bbcf7cb20aacc28e9022f.tar.gz zsh-724f55afdaa501b7039bbcf7cb20aacc28e9022f.tar.xz zsh-724f55afdaa501b7039bbcf7cb20aacc28e9022f.zip |
24240: make vared check for trailing garbage earlier
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8d01a0e0d..34cd5a827 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-12-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 24240: Src/Zle/zle_main.c: vared didnʼt check for trailing + garbage on parameter names until too late. + * 24239: Completion/Zsh/Context/_subscript: if the [ of a subscript was backslashed, a trailing space was added backslashed along with the "\[". |