Lines Matching refs:expression
11 Most expression help is in |eval.txt|. This file is about the new syntax and
73 with legacy expression syntax.
123 places, especially halfway through an expression with a line break, it's hard
340 @a = 'some expression'
489 If the expression starts with "!" this is interpreted as a shell command, not
492 Put the expression in parentheses to use the "!" for negation: >
493 (!expression)->Method()
504 A user defined function can be used as a function reference in an expression
524 var Lambda = (arg) => expression
527 "=>" (so that Vim can tell the difference between an expression in parentheses
554 return expression
589 In many cases it is obvious that an expression continues on the next line. In
686 popup_create(some invalid expression, {
775 that using a literal key is much more common than using an expression, and
787 In case the key needs to be an expression, square brackets can be used, just
948 expression or assignment, a few separators cannot be used when these commands
987 Or put the unsupported code inside an `if` with a constant expression that
1037 Using ++var or --var in an expression is not supported yet.
1117 The map argument is a string expression, which is evaluated without the
1261 At compile time Vim doesn't know the type of "g:two" and the expression type
1616 out where an expression ends.
1660 - TypeScript can use an expression like "99 || 'yes'" in a condition, but
1662 annoying. Vim recognizes an expression with && or || and allows using the