aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2023-07-12 21:45:36 +0100
committerTom Dalziel <tom_dl@hotmail.com>2023-07-12 21:45:36 +0100
commit633fa27fb13619f348a282d7f3be70c03a4ca701 (patch)
tree4c65be649e77f3f4f92e6cc6ccc10aa7b78151bf /evil-commands.el
parenta3c29756284013b9929dadc0fa2e81913c67714e (diff)
Non-visual ex-print (fix)
Diffstat (limited to 'evil-commands.el')
-rw-r--r--evil-commands.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/evil-commands.el b/evil-commands.el
index 0f6dfab..0924885 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