emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil 633fa27fb1: Non-visual ex-print (fix)


From: ELPA Syncer
Subject: [nongnu] elpa/evil 633fa27fb1: Non-visual ex-print (fix)
Date: Wed, 12 Jul 2023 18:59:16 -0400 (EDT)

branch: elpa/evil
commit 633fa27fb13619f348a282d7f3be70c03a4ca701
Author: Tom Dalziel <tom_dl@hotmail.com>
Commit: Tom Dalziel <tom_dl@hotmail.com>

    Non-visual ex-print (fix)
---
 evil-commands.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/evil-commands.el b/evil-commands.el
index 0f6dfab888..0924885a5b 100644
--- a/evil-commands.el
+++ b/evil-commands.el
@@ -1875,7 +1875,8 @@ Starts at line of BEG and end at line of END.
 Include line number at the start of each line if LINUMP is non-nil.
 Surround line denoted by BORDERLINE with dashes if non-nil."
   (let ((result-string "")
-        (continue t))
+        (continue t)
+        (line-move-visual nil))
     (save-excursion
       (goto-char beg)
       (while continue



reply via email to

[Prev in Thread] Current Thread [Next in Thread]