CLI2: PSEUDO args are no longer candidates for search terms

This commit is contained in:
Paul Beckingham 2015-07-27 02:36:35 -04:00
parent d103862bff
commit f2ecb61edf

View file

@ -1638,6 +1638,7 @@ void CLI2::desugarFilterPlainArgs ()
prev->_lextype == Lexer::Type::word) && // candidate prev->_lextype == Lexer::Type::word) && // candidate
prev->hasTag ("FILTER") && // candidate prev->hasTag ("FILTER") && // candidate
! prev->hasTag ("PSEUDO") && // non-candidate
(a._lextype != Lexer::Type::op || // argY (a._lextype != Lexer::Type::op || // argY
raw == "(" || raw == "(" ||