Skip to content

Commit 0e1d264

Browse files
authored
fix: return true when opening diff (#970)
1 parent cc24fc0 commit 0e1d264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/lazy/view/init.lua

+2
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ function M:diff(opts)
243243
else
244244
Diff.handlers[Config.options.diff.cmd](plugin, diff)
245245
end
246+
247+
return true
246248
end
247249
end
248250

0 commit comments

Comments
 (0)