diff options
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 65526386..684bf0ab 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -123,4 +123,4 @@ function goto_error(pos, line_num) end end end -events.connect('double_click', goto_error) +events.connect(events.DOUBLE_CLICK, goto_error) |