mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
19415: fix indicate that short_loops option is applicable to repeat loops too
This commit is contained in:
parent
4c1e94f951
commit
9da807ab7f
1 changed files with 1 additions and 1 deletions
|
@ -1140,7 +1140,7 @@ This also affects the value of the tt(-) special parameter.
|
|||
)
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue