diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 20:27:39 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 20:27:39 +0000 |
| commit | 35bbbbacb64c49e9fed1a32d3044dca4b91fa523 (patch) | |
| tree | bea6646c5f03199e079761cf757ace73ba923f96 | |
| parent | 24878: add incremental pattern searches (diff) | |
| download | zsh-35bbbbacb64c49e9fed1a32d3044dca4b91fa523.tar zsh-35bbbbacb64c49e9fed1a32d3044dca4b91fa523.tar.gz zsh-35bbbbacb64c49e9fed1a32d3044dca4b91fa523.tar.bz2 zsh-35bbbbacb64c49e9fed1a32d3044dca4b91fa523.tar.lz zsh-35bbbbacb64c49e9fed1a32d3044dca4b91fa523.tar.xz zsh-35bbbbacb64c49e9fed1a32d3044dca4b91fa523.tar.zst zsh-35bbbbacb64c49e9fed1a32d3044dca4b91fa523.zip | |
24879: unpleasantness at the pattern search line duplication test club
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Src/Zle/zle_hist.c | 19 |
2 files changed, 19 insertions, 3 deletions
@@ -1,5 +1,8 @@ 2008-04-26 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 24879: Src/Zle/zle_hist.c: nastiness with pattern search + and duplicate line detection. + * 24878: NEWS, Doc/Zsh/zle.yo, Src/glob.c, Src/pattern.c, Src/zsh.h, Src/Zle/iwidgets.list, Src/Zle/zle_hist.c: |
