From f99e117979d13bcb5ad1b6836ebadbef080a9fcf Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 21 Feb 2011 21:36:22 -0500 Subject: Lua module changes. --- modules/lua/commands.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/lua/commands.lua') diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua index da7bd6aa..fb12461b 100644 --- a/modules/lua/commands.lua +++ b/modules/lua/commands.lua @@ -97,7 +97,6 @@ events.connect('file_after_save', local _, err = loadstring(text) if err then local line, msg = err:match('^.-:(%d+):%s*(.+)$') - line = tonumber(line) if line then buffer.annotation_visible = 2 buffer:annotation_set_text(line - 1, msg) -- cgit v1.2.3