From bf292bde144dd5f6832b6c1b619c5ebb5d404060 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 25 Feb 2017 22:52:19 +0000 Subject: 40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits. --- Doc/Zsh/expn.yo | 1 + 1 file changed, 1 insertion(+) (limited to 'Doc/Zsh/expn.yo') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 016d8aef0..e049aa540 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -2110,6 +2110,7 @@ Matches either var(x) or var(y). This operator has lower precedence than any other. The `tt(|)' character must be within parentheses, to avoid interpretation as a pipeline. +The alternatives are tried in order from left to right. ) item(tt(^)var(x))( (Requires tt(EXTENDED_GLOB) to be set.) -- cgit 1.4.1