fix: return true when opening diff (#970)

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
1 changed files with 2 additions and 0 deletions

View File

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