diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-15 16:27:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-15 16:27:07 +0000 |
commit | bd4b21bf46c7d311cb8eaa978582a8d5c0747aaf (patch) | |
tree | 07c1e3af8673abeaa3e28a74bcd9df8661c50e81 /ChangeLog | |
parent | 0d4a9f65f73c7854cc831e11f71bdbe51b401bd6 (diff) | |
download | zsh-bd4b21bf46c7d311cb8eaa978582a8d5c0747aaf.tar.gz zsh-bd4b21bf46c7d311cb8eaa978582a8d5c0747aaf.tar.xz zsh-bd4b21bf46c7d311cb8eaa978582a8d5c0747aaf.zip |
22715: AUTOCONTINUE option never worked.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9c88a4196..8d947b045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-09-15 Peter Stephenson <pws@csr.com> + * 22715: Src/exec.c: AUTOCONTINUE option never worked. + * 22713: Src/Zle/zle_tricky.c: word end in math completion context was screwy. |