From 8ac97f3308ed8b33738b16f4464876f886b9237b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 3 Feb 2010 18:34:32 +0000 Subject: 27648, 267650/1, unposted README change: Turn off repeat and turn on ulimit in emulation modes --- Doc/Zsh/grammar.yo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc/Zsh/grammar.yo') diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo index 64cc1e26c..a8e223bb9 100644 --- a/Doc/Zsh/grammar.yo +++ b/Doc/Zsh/grammar.yo @@ -222,6 +222,10 @@ item(tt(repeat) var(word) tt(do) var(list) tt(done))( var(word) is expanded and treated as an arithmetic expression, which must evaluate to a number var(n). var(list) is then executed var(n) times. + +The tt(repeat) syntax is disabled by default when the +shell starts in a mode emulating another shell. It can be enabled +with the command `tt(enable -r repeat)' ) findex(case) cindex(case selection) -- cgit 1.4.1