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
If you open a new file and type a line of text without hitting enter, then yy, then p, it pastes the current line's text immediately to the right of the current line instead of on the next line.
Bug can be reproduced by adding the following to y y.test.ts:
{from: 'one lin[]e',inputs: 'y y p',to: 'one line\n[]one line',}
The text was updated successfully, but these errors were encountered:
If you open a new file and type a line of text without hitting enter, then
yy
, thenp
, it pastes the current line's text immediately to the right of the current line instead of on the next line.Bug can be reproduced by adding the following to
y y.test.ts
:The text was updated successfully, but these errors were encountered: