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
Hi, I am using neovim 0.5.0-21453e8 on macOS X 10.15.6
When trying to comment several lines at the same time a motion like 3gcc will comment exactly 3 lines which does not respect the relativenumber approach. I suggest start counting from 0 as is a more common practice in cs and vim , then 3gcc will comment 4 lines respecting the relativenumber approach.
Thank you and great work, by the way. I stopped using vim-commentary
The text was updated successfully, but these errors were encountered:
Hi, I am using neovim 0.5.0-21453e8 on macOS X 10.15.6
When trying to comment several lines at the same time a motion like 3gcc will comment exactly 3 lines which does not respect the relativenumber approach. I suggest start counting from 0 as is a more common practice in cs and vim , then 3gcc will comment 4 lines respecting the relativenumber approach.
Thank you and great work, by the way. I stopped using vim-commentary
The text was updated successfully, but these errors were encountered: