diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-09-13 13:55:12 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-09-13 13:55:12 +0000 |
commit | 11b96deb75e2be86ae44faa110fb6e782e79dc7e (patch) | |
tree | 43c6a1ba520e62187f410f78d62255c2c00c09e6 | |
parent | 8deb3e6c43a30e6669aa55fefd9c29f81507ca50 (diff) | |
download | zsh-11b96deb75e2be86ae44faa110fb6e782e79dc7e.tar.gz zsh-11b96deb75e2be86ae44faa110fb6e782e79dc7e.tar.xz zsh-11b96deb75e2be86ae44faa110fb6e782e79dc7e.zip |
correct article number now that the mailing list is no longer sluggish
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1f254df40..55268b65b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2007-09-13 Clint Adams <clint@zsh.org> - * 2381x: Src/Zle/zle_hist.c: set vipenultsrchstr to NULL + * 23813: Src/Zle/zle_hist.c: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history search segfaults. 2007-09-05 Peter Stephenson <pws@csr.com> |