diff options
| author | James Nguyen <james@jojojames.com> | 2018-01-06 09:36:25 -0800 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2018-01-09 18:53:12 -0800 |
| commit | ebd11ecd19b02480dccdd5e23b8e41f50e516776 (patch) | |
| tree | ded40b163b80f164ad1497bcd04fe495fab31b8e /evil-collection-integration.el | |
| parent | 29af71034d35d53152dfa922d961e382b81c8d35 (diff) | |
Integration: Ignore count
Diffstat (limited to 'evil-collection-integration.el')
| -rw-r--r-- | evil-collection-integration.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/evil-collection-integration.el b/evil-collection-integration.el index 5825d2c..46667b6 100644 --- a/evil-collection-integration.el +++ b/evil-collection-integration.el @@ -396,7 +396,7 @@ the mark and entering `recursive-edit'." (remove-hook 'post-command-hook #'evil-collection-integration-ace-jump-exit-recursive-edit) (exit-recursive-edit)))) -(evil-define-motion evil-ace-jump-char-mode (count) +(evil-define-motion evil-ace-jump-char-mode (_) "Jump visually directly to a char using ace-jump." :type inclusive (evil-without-repeat @@ -413,7 +413,7 @@ the mark and entering `recursive-edit'." ((eq evil-this-type 'exclusive) 'inclusive) ((eq evil-this-type 'inclusive) 'exclusive))))))) -(evil-define-motion evil-ace-jump-char-to-mode (count) +(evil-define-motion evil-ace-jump-char-to-mode (_) "Jump visually to the char in front of a char using ace-jump." :type inclusive (evil-without-repeat @@ -431,7 +431,7 @@ the mark and entering `recursive-edit'." ((eq evil-this-type 'inclusive) 'exclusive)))) (backward-char))))) -(evil-define-motion evil-ace-jump-line-mode (count) +(evil-define-motion evil-ace-jump-line-mode (_) "Jump visually to the beginning of a line using ace-jump." :type line :repeat abort @@ -439,7 +439,7 @@ the mark and entering `recursive-edit'." (evil-collection-integration-enclose-ace-jump-for-motion (call-interactively 'ace-jump-line-mode)))) -(evil-define-motion evil-ace-jump-word-mode (count) +(evil-define-motion evil-ace-jump-word-mode (_) "Jump visually to the beginning of a word using ace-jump." :type exclusive :repeat abort |
