Skip to content

Commit 8e56b9b

Browse files
committed
Fix comment
1 parent 2e1e805 commit 8e56b9b

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
@@ -409,7 +409,7 @@ endfunction
409409
" CURLYNAMEPART .value
410410
" CURLYNAMEEXPR .value
411411
" LAMBDA .rlist .left
412-
" HEREDOC .rlist .op .value
412+
" HEREDOC .rlist .op .str
413413
function! s:Node(type)
414414
return {'type': a:type}
415415
endfunction

0 commit comments

Comments
 (0)