Add temporary fix for `evil-redirect-digit-argument` error

iedit does not work already for quite some time. A fix (see
https://github.com/syl20bnr/evil-iedit-state/pull/37) has been proposed, but it
does not get merged (even after multiple reminders). Therefore, I propose to add
this temporary quick fix, that can/should be removed after that PR gets merged.
This commit is contained in:
Daniel Nicolai 2021-11-24 18:13:33 +01:00 committed by Maxi Wolff
parent 050221ee35
commit 23367d08f8
1 changed files with 11 additions and 0 deletions

View File

@ -73,6 +73,17 @@ Otherwise, revert to the default behavior (i.e. enable `evil-insert-state')."
(evil-escape-mode t)
(evil-escape-mode -1)))
(defun evil-redirect-digit-argument (_ _ _)
"This is a temporary fix.
This is a temporary fix until the PR at URL
`https://github.com/syl20bnr/evil-iedit-state/pull/37' gets
merged. Please remove this function as soon as the mentioned PR
gets merged."
(message "This is a temporary fix until
https://github.com/syl20bnr/evil-iedit-state/pull/37 gets merged.
Please remove this function as soon as the mentioned PR gets
merged."))
;; vi-tilde-fringe