[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 896f577d06 08/12: replace-with-rect: move to
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 896f577d06 08/12: replace-with-rect: move to column first to properly add spaces |
Date: |
Mon, 16 Dec 2024 12:59:28 -0500 (EST) |
branch: externals/speedrect
commit 896f577d064eb0411dcc178cf1df71f590911dd7
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
replace-with-rect: move to column first to properly add spaces
When yanking from calc at end of columns, you may need to pad spaces
first prior to yanking. Hence a call to move-to-column.
---
speedrect.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/speedrect.el b/speedrect.el
index 6452cd7db2..afca080060 100644
--- a/speedrect.el
+++ b/speedrect.el
@@ -193,6 +193,7 @@ full the full rectangle."
(delete-rectangle-line startcol endcol nil)
(let ((el (car lines))
(w (- width (or from 0) (- (or to 0)))))
+ (move-to-column startcol t)
(if el
(progn
(insert (substring el from (+ width to)))
- [elpa] externals/speedrect updated (0a97e82913 -> 8cda38a010), ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect a3ac64cee9 02/12: docstring: remove outdated advice mention, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 2d9bdd37f1 04/12: speedrect-undo: restarting, using no region, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 1935a0266a 06/12: kill-rectangle: new option to preserve space on kill with prefix, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect cd7e2e71fe 09/12: help tweaks, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 14fa816ebb 10/12: Updated NEWS, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 06771a6d96 05/12: delete-ws: space-preserving left and right WS-deletion, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 896f577d06 08/12: replace-with-rect: move to column first to properly add spaces,
ELPA Syncer <=
- [elpa] externals/speedrect 94a9462ccf 03/12: increment: preserve space padding when possible, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 61d828134a 01/12: add increment/decrement on +/-, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 67bd27132c 07/12: fill: use last killed rectangle if selected rect is fully blank, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 8cda38a010 12/12: Update README.md, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 50d793aaa1 11/12: README: added help info, ELPA Syncer, 2024/12/16