[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil 6006606ab8 2/5: Move comment
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil 6006606ab8 2/5: Move comment |
Date: |
Mon, 3 Oct 2022 19:58:21 -0400 (EDT) |
branch: elpa/evil
commit 6006606ab8bdfa1b150439ecf991081cdb6dc6c7
Author: Axel Forsman <axelsfor@gmail.com>
Commit: Tom Dalziel <33435574+tomdl89@users.noreply.github.com>
Move comment
---
evil-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-common.el b/evil-common.el
index faa44c9df4..5dd00a5e24 100644
--- a/evil-common.el
+++ b/evil-common.el
@@ -1404,8 +1404,8 @@ If STATE is given it used a parsing state at point."
Signals an error at buffer boundaries unless NOERROR is non-nil."
(setq this-command (if (< count 0) #'previous-line #'next-line))
(let ((last-command
+ ;; Reset tmp goal column between visual/logical movement
(when (eq line-move-visual (consp temporary-goal-column))
- ;; Reset tmp goal column between visual/logical movement
last-command))
(opoint (point)))
(evil-signal-without-movement