mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
* removed spurious newline
This commit is contained in:
parent
3dae4c6db3
commit
589084cc1a
@ -3039,7 +3039,6 @@ will be deleted before inserting template."
|
||||
(let ((newstart (overlay-start (yas/snippet-control-overlay snippet)))
|
||||
(end (overlay-end (yas/snippet-control-overlay snippet))))
|
||||
(when (< newstart start)
|
||||
|
||||
(push (cons (make-string (- start newstart) ? ) newstart) buffer-undo-list))
|
||||
(push (cons newstart end) buffer-undo-list)
|
||||
(push `(apply yas/take-care-of-redo ,start ,end ,snippet)
|
||||
|
Loading…
x
Reference in New Issue
Block a user