Skip to content

Commit 7d309a6

Browse files
committed
rename test_call_last_comma -> test_xxx_call_last_comma
1 parent be48e0b commit 7d309a6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

autoload/vimlparser.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,7 @@ function! s:ExprParser.parse_expr8()
30523052
call add(node.rlist, self.parse_expr1())
30533053
let token = self.tokenizer.get()
30543054
if token.type == s:TOKEN_COMMA
3055-
" TODO: Vim allows foo(a, b, ). Lint should warn it.
3055+
" XXX: Vim allows foo(a, b, ). Lint should warn it.
30563056
if self.tokenizer.peek().type == s:TOKEN_PCLOSE
30573057
call self.tokenizer.get()
30583058
break
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)