aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/editing.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index cd5f0a92..13503111 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -202,7 +202,7 @@ if CURSES and not WIN32 then
events.connect(events.QUIT, function()
io.stdout:write('\x1b[?2004l') -- disable bracketed paste mode
io.stdout:flush()
- end, 1)
+ end)
local reenable_autopair, reenable_autoindent
events.connect('csi', function(cmd, args)
if cmd ~= string.byte('~') then return end