Skip to content

Commit 230db58

Browse files
committed
bug
1 parent fe19c2c commit 230db58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/vimlint.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,6 +1745,7 @@ function s:VimlLint.parse_string(str, node, cmd, ref) abort "{{{
17451745
" @TODO 今は変数の中身は参照していないので適当に代入可能
17461746
endif
17471747
let r = s:vlp.StringReader.new(lines)
1748+
let c.lines = lines
17481749
call c.compile(p.parse(r), 1)
17491750
catch
17501751
call self.error_mes(a:node, 'EVL203', 'parse error in `' . a:cmd . '`', 1)

0 commit comments

Comments
 (0)