Skip to content

Commit 42f1f8d

Browse files
committed
typo
1 parent a4528c3 commit 42f1f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vimlparser.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,7 @@ function! s:ExprParser.parse_expr8()
30473047
call add(node.rlist, self.parse_expr1())
30483048
let token = self.tokenizer.get()
30493049
if token.type == s:TOKEN_COMMA
3050-
" TODO: Vim allows foo(a, b, ). Lint should be warn it.
3050+
" TODO: Vim allows foo(a, b, ). Lint should warn it.
30513051
if self.tokenizer.peek().type == s:TOKEN_PCLOSE
30523052
call self.tokenizer.get()
30533053
break

0 commit comments

Comments
 (0)