branch: scratch/add-vdiff
commit de84cfdf89aa0ef6e30eff91387c2fae92770fcb
Author: Justin Burkett <[email protected]>
Commit: Justin Burkett <[email protected]>
vdiff-magit: Fix a function reference in dwim
---
vdiff-magit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vdiff-magit.el b/vdiff-magit.el
index fda9c36..e2f469e 100644
--- a/vdiff-magit.el
+++ b/vdiff-magit.el
@@ -345,7 +345,7 @@ mind at all, then it asks the user for a command to run."
(apply 'vdiff-magit-compare revA revB
(magit-ediff-read-files revA revB file)))
((eq command 'vdiff-magit-show-commit)
- (magit-ediff-show-commit revB))
+ (vdiff-magit-show-commit revB))
((eq command 'vdiff-magit-show-stash)
(vdiff-magit-show-stash revB))
(file