* Reapply "refactor(#2871, #2886): multi instance: node classes created (#2916)"
This reverts commit 50e919426a.
* fix(#2945): stack overflow on api.git.reload or fugitive event
This commit is contained in:
committed by
GitHub
parent
50e919426a
commit
5ad87620ec
@@ -111,7 +111,7 @@ local function split_merge(t, first, last, comparator)
|
||||
end
|
||||
|
||||
---Perform a merge sort using sorter option.
|
||||
---@param t table nodes
|
||||
---@param t Node[]
|
||||
function Sorter:sort(t)
|
||||
if self.user then
|
||||
local t_user = {}
|
||||
|
||||
Reference in New Issue
Block a user