mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add comment
This commit is contained in:
parent
c899a05c34
commit
656f29b333
|
@ -78,6 +78,7 @@ function M.do_rename()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Collect amounts of affected files and total renames.
|
||||||
local total_files = 0
|
local total_files = 0
|
||||||
local total_renames = 0
|
local total_renames = 0
|
||||||
for _, renames in pairs(result.changes) do
|
for _, renames in pairs(result.changes) do
|
||||||
|
|
Loading…
Reference in a new issue