Skip to content

Commit 73e89fd

Browse files
committed
fix EVL301
1 parent a8dc182 commit 73e89fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vimlint.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ function! s:reconstruct_varstack_rt(self, env, pos, brk_cont, nop) abort " {{{
658658
if v.type ==# 'append' && v.v.ref == 0 && a:env.global.fins == 0
659659
" 変数を追加したが参照していない
660660
" かつ, finally 句がない場合
661-
call a:self.error_mes(v.node, 'EVL102', 'unused variable2 `' . v.var. '`', v.var)
661+
call a:self.error_mes(v.node, 'EVL102', 'unused variable2 `' . v.var . '`', v.var)
662662
endif
663663
let a:env.varstack[j] = nop
664664
endfor

0 commit comments

Comments
 (0)