cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

"puff" with empty line leaves cursor on wrong line

Open pokey opened this issue 1 year ago • 0 comments

In the following, | is the cursor:

a
|
b

If I say "puff this" I would expect to get

a

|

b

but instead I get

a
|


b

Similarly incorrect behaviour with "puff this" in completely empty file

pokey avatar Feb 27 '25 18:02 pokey