diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-12-07 21:40:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-12-07 21:40:04 +0000 |
commit | 72935659636db303df45793a17d9d2fe25178629 (patch) | |
tree | 99cc7f7e65ed58d8e0f4d0079699288ea014518c /ChangeLog | |
parent | 7bc089c6beeca8bcfbff107d64b493ce9e442283 (diff) | |
download | zsh-72935659636db303df45793a17d9d2fe25178629.tar.gz zsh-72935659636db303df45793a17d9d2fe25178629.tar.xz zsh-72935659636db303df45793a17d9d2fe25178629.zip |
27479: prevent completions split across backslash-newline
from causing too much mayhem
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 561b065e0..3b631fecb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-12-07 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 27479: Src/Zle/zle_tricky.c: prevent completions + split across backlash-newline continuations from + causing mayhem. + 2009-12-05 Peter Stephenson <p.w.stephenson@ntlworld.com> * 27466: Doc/Zsh/zle.yo: document 27453. @@ -12451,5 +12457,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4835 $ +* $Revision: 1.4836 $ ***************************************************** |