Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Miscellaneous buglettes



Adam Spiers wrote:
>   - HIST_FIND_NO_DUPS option not documented (or NEWS is wrong, one of
>     the two)

It does seem to work, the patch is below, if I've worked out what it
does properly.

>   - Minor bugs in the info pages (fixed by patch below).  For future
>     reference, is it necessary to include patches to zsh.texi when
>     patch *.yo?

Somebody seems to have got to these already, as far as I can see.
Only the yodl files need patching, the .texi file is generated from
that.

--- Doc/Zsh/options.yo.hist	Mon Sep  6 09:52:52 1999
+++ Doc/Zsh/options.yo	Mon Sep  6 10:20:56 1999
@@ -452,6 +452,13 @@
 events, otherwise this option will behave just like
 tt(HIST_IGNORE_ALL_DUPS) once the history fills up with unique events.
 )
+pindex(HIST_FIND_NO_DUPS)
+cindex(history, ignoring duplicates in search)
+item(tt(HIST_FIND_NO_DUPS))(
+When searching for history entries in the line editor, do not display
+duplicates of a line previously found, even if the duplicates are not
+contiguous.
+)
 pindex(HIST_IGNORE_ALL_DUPS)
 cindex(history, ignoring all duplicates)
 item(tt(HIST_IGNORE_ALL_DUPS))(

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56100 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author