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

PATCH: short_loops doc



The documentation for the short_loops option doesn't mention that it
applies to repeat loops.

Oliver

Index: Doc/Zsh/options.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/options.yo,v
retrieving revision 1.28
diff -u -r1.28 options.yo
--- Doc/Zsh/options.yo	14 May 2003 15:09:14 -0000	1.28
+++ Doc/Zsh/options.yo	10 Feb 2004 13:14:16 -0000
@@ -1140,7 +1140,7 @@
 )
 pindex(SHORT_LOOPS)
 item(tt(SHORT_LOOPS) <C> <Z>)(
-Allow the short forms of tt(for), tt(select),
+Allow the short forms of tt(for), tt(repeat), tt(select),
 tt(if), and tt(function) constructs.
 )
 pindex(SH_WORD_SPLIT)



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