Skip to content

Commit

Permalink
fix: return true when opening diff (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSolOs committed Sep 27, 2023
1 parent cc24fc0 commit 0e1d264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lazy/view/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ function M:diff(opts)
else
Diff.handlers[Config.options.diff.cmd](plugin, diff)
end

return true
end
end

Expand Down

0 comments on commit 0e1d264

Please sign in to comment.