mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
This reverts commit 44fe8828f0.
This commit is contained in:
committed by
GitHub
parent
54ff1cdd76
commit
82bfdbfe5c
@@ -92,7 +92,7 @@ local function sort_by_key(fn)
|
||||
end
|
||||
end
|
||||
local edit_sort_key = sort_by_key(function(e)
|
||||
return {e.A[1], e.A[2], -e.i}
|
||||
return {e.A[1], e.A[2], e.i}
|
||||
end)
|
||||
|
||||
--- Position is a https://microsoft.github.io/language-server-protocol/specifications/specification-current/#position
|
||||
|
||||
Reference in New Issue
Block a user