Skip to content

Commit

Permalink
Merge pull request emacs-evil#1134 from emacs-evil/vdiff-toggle-fold
Browse files Browse the repository at this point in the history
Support to toggling in vdiff-3way-mode
  • Loading branch information
TheBB committed Dec 3, 2019
2 parents 81032e0 + cc991a0 commit c861d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ Elements have the form (NAME . FUNCTION).")
((vdiff-3way-mode)
:open-all vdiff-open-all-folds
:close-all vdiff-close-all-folds
:toggle nil
:toggle ,(lambda () (call-interactively 'vdiff-toggle-fold))
:open ,(lambda () (call-interactively 'vdiff-open-fold))
:open-rec ,(lambda () (call-interactively 'vdiff-open-fold))
:close ,(lambda () (call-interactively 'vdiff-close-fold)))
Expand Down

0 comments on commit c861d2f

Please sign in to comment.