committed by
GitHub
parent
02fdc262eb
commit
b712b82b0c
@@ -238,8 +238,7 @@ function M.open(options)
|
||||
return
|
||||
end
|
||||
|
||||
local pn = string.format "view open"
|
||||
local ps = log.profile_start(pn)
|
||||
local profile = log.profile_start "view open"
|
||||
|
||||
create_buffer()
|
||||
open_window()
|
||||
@@ -251,7 +250,7 @@ function M.open(options)
|
||||
end
|
||||
events._dispatch_on_tree_open()
|
||||
|
||||
log.profile_end(ps, pn)
|
||||
log.profile_end(profile)
|
||||
end
|
||||
|
||||
local function grow()
|
||||
|
||||
Reference in New Issue
Block a user