mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user