diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-14 00:10:10 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-14 00:10:10 +0000 |
| commit | 68457252ea49cd7dc7c042de9b7b770c63dc2200 (patch) | |
| tree | 9eee9f96a232f6f2852c3f71716b89d15960f712 | |
| parent | 29267: add -enable-zsh-debug and use for debugging completion matcher groups (diff) | |
| download | zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.tar zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.tar.gz zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.tar.bz2 zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.tar.lz zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.tar.xz zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.tar.zst zsh-68457252ea49cd7dc7c042de9b7b770c63dc2200.zip | |
fix typo (heap debug, not hash debug)
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ * 29267: configure.ac, Src/mem.c, Src/zsh.h, Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complist.c, - Src/Zle/compresult.c: add --enable-zsh-hash-debug and use + Src/Zle/compresult.c: add --enable-zsh-heap-debug and use for debugging completion matcher groups. 2011-05-13 Peter Stephenson <p.w.stephenson@ntlworld.com> @@ -14695,5 +14695,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5299 $ +* $Revision: 1.5300 $ ***************************************************** |
