mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
19415: fix indicate that short_loops option is applicable to repeat loops too
This commit is contained in:
parent
4c1e94f951
commit
9da807ab7f
@ -1140,7 +1140,7 @@ This also affects the value of the tt(-) special parameter.
|
|||||||
)
|
)
|
||||||
pindex(SHORT_LOOPS)
|
pindex(SHORT_LOOPS)
|
||||||
item(tt(SHORT_LOOPS) <C> <Z>)(
|
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.
|
tt(if), and tt(function) constructs.
|
||||||
)
|
)
|
||||||
pindex(SH_WORD_SPLIT)
|
pindex(SH_WORD_SPLIT)
|
||||||
|
Loading…
Reference in New Issue
Block a user