Add comment

This commit is contained in:
ItsDrike 2021-12-09 17:39:03 +01:00
parent c899a05c34
commit 656f29b333
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -78,6 +78,7 @@ function M.do_rename()
return
end
-- Collect amounts of affected files and total renames.
local total_files = 0
local total_renames = 0
for _, renames in pairs(result.changes) do