diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 16f197139..c75328e70 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1638,6 +1638,7 @@ void CLI2::desugarFilterPlainArgs () prev->_lextype == Lexer::Type::word) && // candidate prev->hasTag ("FILTER") && // candidate + ! prev->hasTag ("PSEUDO") && // non-candidate (a._lextype != Lexer::Type::op || // argY raw == "(" ||