You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do workaround on replacing entire buffer not to move the cursor on undo (issue #8)
Replace current buffer with workaround not to move
the cursor on undo (issue #8)
The points are:
- Do not touch the first line.
- Use :put (p, P and :put! is not available).
To meet above condition:
- Delete all lines except for the first line.
- Put formatted text except for the first line.
0 commit comments