mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-05-08 16:48:36 +00:00
Add comment
This commit is contained in:
parent
c899a05c34
commit
656f29b333
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue