aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r--modules/textadept/run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua
index c14e8e2d..a576ff27 100644
--- a/modules/textadept/run.lua
+++ b/modules/textadept/run.lua
@@ -130,4 +130,4 @@ function goto_error(pos, line_num)
end
end
end
-textadept.events.add_handler('double_click', goto_error)
+events.connect('double_click', goto_error)