Skip to content

Commit bc0d350

Browse files
committed
add TODO comment
1 parent 045da67 commit bc0d350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/vimlparser.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,7 @@ function! s:VimLParser.parse_command()
804804
call self._parse_command(self.ea.cmd.parser)
805805
endfunction
806806

807+
" TODO: self[a:parser]
807808
function! s:VimLParser._parse_command(parser) abort
808809
if a:parser ==# 'parse_cmd_append'
809810
call self.parse_cmd_append()

0 commit comments

Comments
 (0)