branch: elpa/evil-goggles
commit 82c14bc0587f25ed961e870476d779e1323dc4a6
Author: Evgeni Kolev <[email protected]>
Commit: Evgeni Kolev <[email protected]>
Don't block when surrounding
---
evil-goggles.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-goggles.el b/evil-goggles.el
index 1ac3aee981..9d63fcc114 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -625,7 +625,7 @@ BEG END PATTERN COMMAND &OPTIONAL INVERT are the arguments
of the original funct
ORIG-FUN is the original function.
BEG END &OPTIONAL TYPE CHAR FORCE-NEW-LINE are the arguments of the original
function."
- (evil-goggles--with-pre-hint beg end 'evil-goggles-surround-face
evil-goggles-surround-duration
+ (evil-goggles--with-post-hint beg end 'evil-goggles-surround-face
evil-goggles-surround-duration
(evil-goggles--funcall-preserve-interactive orig-fun beg end type char
force-new-line)))
;; commentary