diff options
| -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: add history-incremental-pattern-search-backward and diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c index 281de2e3b..ce3c284ca 100644 --- a/Src/Zle/zle_hist.c +++ b/Src/Zle/zle_hist.c |
