aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/commands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r--modules/lua/commands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua
index 1d39bd2e..e8889a5b 100644
--- a/modules/lua/commands.lua
+++ b/modules/lua/commands.lua
@@ -133,7 +133,7 @@ function goto_required()
end
end
-events.connect('file_before_save',
+events.connect('file_after_save',
function() -- show syntax errors as annotations
if buffer:get_lexer() == 'lua' then
local buffer = buffer