diff options
-rw-r--r-- | modules/textadept/command_entry.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 32f32f1b..c18550e9 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -31,6 +31,7 @@ events.connect('command_entry_command', gui.command_entry.focus() -- toggle focus to hide setfenv(f, env) f() + events.emit('update_ui') end) events.connect('command_entry_keypress', |