Skip to content

Commit ab21457

Browse files
committed
skip compiling unlet
1 parent 1214f2a commit ab21457

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
@@ -523,7 +523,7 @@ function s:GoCompiler.compile_let(node)
523523
endfunction
524524

525525
function s:GoCompiler.compile_unlet(node)
526-
echom 'NotImplemented: unlet'
526+
" echom 'NotImplemented: unlet'
527527
endfunction
528528

529529
function s:GoCompiler.compile_lockvar(node)

0 commit comments

Comments
 (0)