Skip to content

Commit

Permalink
fix project rename close #1338
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Oct 30, 2023
1 parent 199eb00 commit 2d9d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspsaga/rename/project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ end

local function render(chunks, new_name)
local result = decode(chunks)
local bufnr, winid = create_win()
local line = 1
if vim.tbl_isempty(result) then
return
end
local bufnr, winid = create_win()

for fname, item in pairs(result) do
fname = util.path_sub(fname, get_root_dir())
Expand Down

0 comments on commit 2d9d555

Please sign in to comment.