From 95a7662f208271ca305844266ff74062d50dff5b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 13 Jul 2009 16:33:06 -0400 Subject: Added incremental find. --- core/ext/command_entry.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/ext/command_entry.lua') diff --git a/core/ext/command_entry.lua b/core/ext/command_entry.lua index 6d46c5c6..4c1ab0dd 100644 --- a/core/ext/command_entry.lua +++ b/core/ext/command_entry.lua @@ -7,6 +7,7 @@ textadept.events.add_handler('command_entry_command', function(command) -- execute a Lua command local f, err = loadstring(command) if err then error(err) end + textadept.command_entry.focus() -- toggle focus to hide f() end) -- cgit v1.2.3