1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-27 02:16:22 +02:00

unposted: typo

This commit is contained in:
Peter Stephenson 2008-04-26 21:39:11 +00:00
parent 3587f599b0
commit 8a323cae8c
2 changed files with 8 additions and 1 deletions

View File

@ -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.

2
NEWS
View File

@ -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