tpope / vim-commentary

commentary.vim: comment stuff out
http://www.vim.org/scripts/script.php?script_id=3695
5.9k stars 214 forks source link

Apply comments to text objects #165

Closed myarcana closed 1 year ago

myarcana commented 1 year ago

With my cursor on the second word in

(one, two, three)

I expected gciW to result in

(one, /* two, */ three)

instead it commented out the whole line.

/* (one, two, three) */
tpope commented 1 year ago

It's working as intended.