diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-12 10:56:23 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-12 10:56:23 +0000 |
commit | 18f9bf0a36e9865778873b007b7c73849c5d75b3 (patch) | |
tree | d5e6013cdc2a86e09b28c3b1c78d8ef636d9b9de /ChangeLog | |
parent | 626286a5f72f8d9fa883a26f676c0e31977d7770 (diff) | |
download | zsh-18f9bf0a36e9865778873b007b7c73849c5d75b3.tar.gz zsh-18f9bf0a36e9865778873b007b7c73849c5d75b3.tar.xz zsh-18f9bf0a36e9865778873b007b7c73849c5d75b3.zip |
26029: test for redirection with no preceding whitespace
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1bd0f616b..33c599948 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ incremented when aborting bindkey with an error 2008-11-11 Clint Adams <clint@zsh.org> -preceding + * 26027: Src/Zle/compctl.c: free pprogc before it goes out of scope in makecomplistflags. |