Skip to content

Commit ec499cf

Browse files
committed
skip compiling unlet
1 parent 4694f13 commit ec499cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/gocompiler.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ function s:GoCompiler.compile_let(node)
526526
endfunction
527527

528528
function s:GoCompiler.compile_unlet(node)
529-
echom 'NotImplemented: unlet'
529+
" echom 'NotImplemented: unlet'
530530
endfunction
531531

532532
function s:GoCompiler.compile_lockvar(node)

0 commit comments

Comments
 (0)