tyru / caw.vim

Vim comment plugin: supported operator/non-operator mappings, repeatable by dot-command, 300+ filetypes
379 stars 48 forks source link

Command gc does not respect relative number #144

Open homogulosus opened 4 years ago

homogulosus commented 4 years ago

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