Lines Matching refs:expression
585 " A '"' or '|' in an argument expression must not be mixed up with
633 if !MSG('E15', "Invalid expression")
643 if !MSG('E15', "Invalid expression")
653 if !MSG('E15', "Invalid expression")
716 " an expression in braces as part of a variable or function name
775 " A failure in the expression evaluation for the condition of a :while
806 " A failure in the expression evaluation for the condition of an :if
5023 " On a function call within an expression, an exception might be
5132 " Test 76: Errors, interrupts, :throw during expression evaluation {{{1
5134 " When a function call made during expression evaluation is aborted
5136 " or a :throw, the expression evaluation is aborted as well. No
5137 " message is displayed for the cancelled expression evaluation. On an
5138 " error not inside :try/:endtry, the expression evaluation continues.
5370 " Test 77: Errors, interrupts, :throw in name{brace-expression} {{{1
5372 " When a function call made during evaluation of an expression in
5375 " a :throw, the expression evaluation is aborted as well, and the
5377 " ":endfunction". On an error not inside :try/:endtry, the expression
5459 " Test 78: Messages on parsing errors in expression evaluation {{{1
5461 " When an expression evaluation detects a parsing error, an error
5462 " message is given and converted to an exception, and the expression
5572 call T(21, '(1 +) + CONT(21)', 'E15', "Invalid expression")
5599 " When several errors appear in a row (for instance during expression
5712 " Test 80: Syntax error in expression for illegal :elseif {{{1
5714 " If there is a syntax error in the expression after an illegal
5716 " for the illegal :elseif rather than the expression error.
6133 " For the FuncUndefined event under a function call expression or
7483 " previous failure should not cause next expression to fail
7490 " previous failure should not cause next expression to fail
7497 " previous failure should not cause next expression to fail