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

[Request] Explicitly uncomment via {motion} or {count} #120

Closed Corey-Keller closed 3 years ago

Corey-Keller commented 4 years ago

The only existing way to explicitly uncomment lines at the moment (gcu or gcgc) will uncomment all commented lines both above and below the cursor until there is uncommented text. What would be preferable would be being able to do something like 5gcu to uncomment any commented lines in the next 5 lines.