From 55907c7be23e8b05c8a668b3889903ac61818491 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 6 Apr 2012 11:43:10 -0400 Subject: Respect user annotation preference; modules/lua/init.lua --- modules/lua/init.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/lua/init.lua') diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 173398ac..f7a0aa17 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -159,7 +159,6 @@ events.connect(events.FILE_AFTER_SAVE, function() if f then return end local line, msg = err:match('^.-:(%d+):%s*(.+)$') if line then - buffer.annotation_visible = 2 buffer:annotation_set_text(line - 1, msg) buffer.annotation_style[line - 1] = 8 -- error style number buffer:goto_line(line - 1) -- cgit v1.2.3