forked from aniani/vim
patch 8.2.1719: Vim9: no error if comma is missing in between arguments
Problem: Vim9: no error if comma is missing in between arguments. Solution: Give an error message.
This commit is contained in:
@@ -2112,6 +2112,7 @@ def Test_expr7_call()
|
||||
"vim9script",
|
||||
"let x = substitute ('x', 'x', 'x', 'x')"
|
||||
], 'E121:', 2)
|
||||
CheckDefFailure(["let Ref = function('len' [1, 2])"], 'E1123:', 1)
|
||||
|
||||
let auto_lines =<< trim END
|
||||
def g:some#func(): string
|
||||
|
Reference in New Issue
Block a user