We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stage_all
1 parent 4b57b6c commit ce1810aCopy full SHA for ce1810a
lua/diffview/scene/views/diff/listeners.lua
@@ -177,7 +177,7 @@ return function(view)
177
stage_all = function()
178
local args = vim.tbl_map(function(file)
179
return file.path
180
- end, view.files.working)
+ end, utils.vec_join(view.files.working, view.files.conflicting))
181
182
if #args > 0 then
183
local success = view.adapter:add_files(args)
0 commit comments