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

Re: PATCH: 3.1.6-dev-20: Misc. doc stuff



Bart Schaefer wrote:

> This is against -dev-20, which means it almost certainly conflicts with
> the big alternate-set patch in 10230, but only in one spot in compwid.yo.
> 
> * Fix yodl endlist() macro to force a blank line after the last list
>   item in texi translations.  Also catch one spot where endlist() was
>   used incorrectly to close a startitem().
> * Clean up a few more occurrences of "wordcode".
> * Fix some typographical errors.
> * Enter the compstate keys into the variables index for quick lookup.

Thanks! Here is the add-on patch to make it work after 10230.


Bye
 Sven

diff -ru ../z.old/Doc/Zsh/compwid.yo Doc/Zsh/compwid.yo
--- ../z.old/Doc/Zsh/compwid.yo	Mon Mar 27 10:25:09 2000
+++ Doc/Zsh/compwid.yo	Mon Mar 27 10:26:47 2000
@@ -202,15 +202,18 @@
 character in the value always corresponds to the innermost quoting
 level.
 )
+vindex(nmatches, compstate)
 item(tt(nmatches))(
 The number of matches generated and accepted by the completion code so
 far.
 )
+vindex(ignored, compstate)
 item(tt(ignored))(
 The number of words that were ignored because they matched one of the
 patterns given with the tt(-F) option to the tt(compadd) builtin
 command.
 )
+vindex(restore, compstate)
 item(tt(restore))(
 This is set to tt(auto) before a function is entered, which forces the
 special parameters mentioned above (tt(words), tt(CURRENT), tt(PREFIX),

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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