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
/// One two three four five six seven eight nine ten. One two three four five six seven eight nine ten. One two three four five six seven eight nine ten.
Visually select the entire line: 0v$
Reformat line: gq.
Expected:
With 100-column wrap:
/// One two three four five six seven eight nine ten. One two three four five six seven eight nine
/// ten. One two three four five six seven eight nine ten.
Actual:
With 100-column wrap:
// / One two three four five six seven eight nine ten. One two three four five six seven eight nine
// ten. One two three four five six seven eight nine ten.
Technical details:
VSCode Version: 1.11.0-insider
VsCodeVim Version: 0.6.11
OS: macOS 10.11.6.
The text was updated successfully, but these errors were encountered:
Yeah I realized I fucked it up in #1684. I fixed the bug in a pr, but there's a couple more gq related bugs I want to fix (plus it's finals week for me, so I haven't had too much time).
Steps
Type a line like the following, in Rust:
Visually select the entire line:
0v$
Reformat line:
gq
.Expected:
With 100-column wrap:
Actual:
With 100-column wrap:
Technical details:
The text was updated successfully, but these errors were encountered: