Allow zsh =(..) process substitution

This commit is contained in:
Vidar Holen
2014-05-02 20:36:38 -07:00
parent 6ad3f557fe
commit 033ce6d941
2 changed files with 12 additions and 1 deletions

View File

@@ -2625,6 +2625,7 @@ shellSupport t =
T_Function _ _ _ "" _ -> ("anonymous functions", [Zsh])
T_ForIn _ _ (_:_:_) _ _ -> ("multi-index for loops", [Zsh])
T_ForIn _ ShortForIn _ _ _ -> ("short form for loops", [Zsh])
T_ProcSub _ "=" _ -> ("=(..) process substitution", [Zsh])
otherwise -> ("", [Bash, Ksh, Sh, Zsh])
getCommandSequences t =