We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0e7d5 commit 14221a4Copy full SHA for 14221a4
autoload/vimlparser.vim
@@ -3962,7 +3962,7 @@ function! s:ExprParser.parse_expr8() abort
3962
let node.right = self.parse_expr8()
3963
let node.lambda_rlist = s:NIL
3964
if node.right.type !=# s:NODE_CALL
3965
- throw s:Err('Invalid method syntax', node.right.pos)
+ throw s:Err('Rhs of method operator must be an function call', node.right.pos)
3966
endif
3967
let left = node
3968
unlet node
0 commit comments