diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 21:39:11 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 21:39:11 +0000 |
commit | 8a323cae8caaf8ffb9da3622469d21edbb027948 (patch) | |
tree | a9829aeb04317aa43bcce1f5216005daa4acdad7 | |
parent | 3587f599b0b8da18e090aa2b843f0229df4cb83b (diff) | |
download | zsh-8a323cae8caaf8ffb9da3622469d21edbb027948.tar.gz zsh-8a323cae8caaf8ffb9da3622469d21edbb027948.tar.xz zsh-8a323cae8caaf8ffb9da3622469d21edbb027948.zip |
unposted: typo
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 8070213f1..eebd29b6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-04-26 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted because everyone's seen enough of my mistakes: + Src/pattern.c, Src/Zle/zle_hist.c: with pattern matching the + end position of the match wasn't calculated; we used the + length of the uncompiled pattern which often had nothing + to do with it. This made the position on forward pattern + searching wrong. + * 24881: Src/Zle/zle_hist.c: we kept feeping on an invalid pattern; once is quite enough. diff --git a/NEWS b/NEWS index 98aa0b302..e118ec3af 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ may provide better reliability. Patterns can now be used in incremental searches with the new widgets history-incremental-pattern-search-backward and -history-incremental-pattern-search-forkward. These are not bound to +history-incremental-pattern-search-forward. These are not bound to keys by default. Highlighting of sections of the command line is now supported, controlled |