1
0
forked from aniani/vim

patch 8.2.1067: expression "!expr->func()" does not work

Problem:    Expression "!expr->func()" does not work.
Solution:   Apply plus and minus earlier. (closes #6348)
This commit is contained in:
Bram Moolenaar
2020-06-27 13:11:50 +02:00
parent bd84617d1a
commit 0b1cd52ff6
7 changed files with 38 additions and 18 deletions

View File

@@ -3926,7 +3926,7 @@ ex_call(exarg_T *eap)
// Handle a function returning a Funcref, Dictionary or List.
if (handle_subscript(&arg, &rettv, eap->skip ? 0 : EVAL_EVALUATE,
TRUE, name, &name) == FAIL)
TRUE) == FAIL)
{
failed = TRUE;
break;