diff options
| author | Tom Dalziel <tom_dl@hotmail.com> | 2023-07-12 21:45:36 +0100 |
|---|---|---|
| committer | Tom Dalziel <tom_dl@hotmail.com> | 2023-07-12 21:45:36 +0100 |
| commit | 633fa27fb13619f348a282d7f3be70c03a4ca701 (patch) | |
| tree | 4c65be649e77f3f4f92e6cc6ccc10aa7b78151bf /evil-commands.el | |
| parent | a3c29756284013b9929dadc0fa2e81913c67714e (diff) | |
Non-visual ex-print (fix)
Diffstat (limited to 'evil-commands.el')
| -rw-r--r-- | evil-commands.el | 3 |
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 |
