Skip to content

Commit

Permalink
Support to toggling in vdiff-3way-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
edkolev committed Feb 27, 2019
1 parent 953c363 commit cc991a0
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 @@ -1637,7 +1637,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 cc991a0

Please sign in to comment.