Closed myarcana closed 1 year ago
With my cursor on the second word in
(one, two, three)
I expected gciW to result in
gciW
(one, /* two, */ three)
instead it commented out the whole line.
/* (one, two, three) */
It's working as intended.
With my cursor on the second word in
I expected
gciW
to result ininstead it commented out the whole line.