diff options
Diffstat (limited to 'core/.command_entry.lua')
-rw-r--r-- | core/.command_entry.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.command_entry.lua b/core/.command_entry.lua index 7902b6d6..3d5e24fd 100644 --- a/core/.command_entry.lua +++ b/core/.command_entry.lua @@ -12,7 +12,7 @@ module('textadept.command_entry') -- @class table -- @name textadept.command_entry -- @field entry_text The text in the entry. -command_entry = {} +command_entry = { entry_text = nil } --- Focuses the command entry. function focus() end |