diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/ui.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ui.lua b/core/ui.lua index c8123d60..6416094a 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -48,7 +48,6 @@ local function _print(buffer_type, ...) if not ui.tabs then view:split() end buffer = _G.buffer.new() buffer._type = buffer_type - events.emit(events.FILE_OPENED) elseif not ui.silent_print then for _, view in ipairs(_VIEWS) do if view.buffer._type == buffer_type then ui.goto_view(view) break end |