diff options
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r-- | modules/textadept/command_entry.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index f6a82baa..18f72e20 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -253,7 +253,6 @@ end local orig_focus = M.focus M.focus = function() keys.mode = prev_key_mode - M.active = not M.active orig_focus() end |