branch: elpa/evil
commit 298273fb8dcf5f75e9f00d8b9d8e7fcdd8f011e9
Author: Tom Dalziel <[email protected]>
Commit: Tom Dalziel <[email protected]>
Suppress operator for evil-set-marker
---
evil-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/evil-common.el b/evil-common.el
index d74bc485cd..400d450018 100644
--- a/evil-common.el
+++ b/evil-common.el
@@ -2027,6 +2027,7 @@ otherwise, it stays behind."
(add-hook 'kill-buffer-hook #'evil-swap-out-markers nil t)
(set-marker-insertion-type marker advance)
(set-marker marker (or pos (point))))))
+(evil-set-command-properties #'evil-set-marker :suppress-operator t)
(defun evil-get-marker (char &optional raw)
"Return the marker denoted by CHAR.