mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 16:42:42 +00:00
Fix reference in rename.
This commit is contained in:
@@ -391,7 +391,7 @@ function M.rename(new_name)
|
|||||||
params.newName = new_name
|
params.newName = new_name
|
||||||
request('textDocument/rename', params, function(_, _, result)
|
request('textDocument/rename', params, function(_, _, result)
|
||||||
if not result then return end
|
if not result then return end
|
||||||
util.workspace_apply_workspace_edit(result)
|
util.apply_workspace_edit(result)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user