diff options
| author | jmmathena <46335614+jmmathena@users.noreply.github.com> | 2021-11-17 14:30:04 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-17 21:30:04 +0100 |
| commit | 040210af0b3c9000ff9e552855322a1d35cebcf3 (patch) | |
| tree | fc435e650fc12c931d62223f05d2775282f66c46 /evil-integration.el | |
| parent | c28e42126c4ae349e2d77c80b38feb68bc1b5b78 (diff) | |
Fix #1518: "custom functions bound to '0' break motion parsing" in a saner way (#1534)
* Try just comparing to '0'
* Remove cruft and clean things up
* Remove magic number
Diffstat (limited to 'evil-integration.el')
| -rw-r--r-- | evil-integration.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/evil-integration.el b/evil-integration.el index 4cc2e65..9450c22 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -476,7 +476,6 @@ Based on `evil-enclose-ace-jump-for-motion'." ;; visual-line-mode integration (when evil-respect-visual-line-mode - (customize-set-variable 'evil-digit-bound-motions '(evil-beginning-of-visual-line)) (evil-define-minor-mode-key 'motion 'visual-line-mode "j" 'evil-next-visual-line "gj" 'evil-next-line |
