From 24de99fb828441c367a62886cc6800babe72cc57 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 13 Oct 2020 10:45:12 -0400 Subject: Moved `ui.command_entry.active` into C. It's more reliable and is similar to `ui.find.active`. --- modules/textadept/command_entry.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/textadept/command_entry.lua') 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 -- cgit v1.2.3