aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 20:04:43 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 20:04:43 -0500
commit5b53aaa9b9c1603a679b59ee76ab3f85abb9fadf (patch)
treea9608f4d5b270d4717e4816a0be10632dc47d585 /modules
parentc7b543e79b41d9a983cc89e264acd0472d09dc92 (diff)
downloadtextadept-5b53aaa9b9c1603a679b59ee76ab3f85abb9fadf.tar.gz
textadept-5b53aaa9b9c1603a679b59ee76ab3f85abb9fadf.zip
Added 'file_after_save' event.
Diffstat (limited to 'modules')
-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