Skip to content

Commit

Permalink
Emit event to update statusbar
Browse files Browse the repository at this point in the history
  • Loading branch information
randstr committed Oct 4, 2016
1 parent b54f3c8 commit eaadd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editorconfig.lua
Expand Up @@ -97,6 +97,7 @@ local function editorconfig_file_opened(filepath)
if f then debug_property(name, value) end
if f then f(value) end
end
events.emit(events.UPDATE_UI) -- for updating statusbar
end

-- copied from textadept/modules/textadept/editing.lua
Expand Down

0 comments on commit eaadd9e

Please sign in to comment.