1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-07 16:26:35 +00:00

fix: return true when opening diff ()

This commit is contained in:
Maria José Solano 2023-09-27 03:51:11 -07:00 committed by GitHub
parent cc24fc0e85
commit 0e1d264ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -243,6 +243,8 @@ function M:diff(opts)
else
Diff.handlers[Config.options.diff.cmd](plugin, diff)
end
return true
end
end