tomtom / tcomment_vim

An extensible & universal comment vim-plugin that also handles embedded filetypes
http://www.vim.org/scripts/script.php?script_id=1173
GNU General Public License v3.0
1.39k stars 102 forks source link

Invert comments #297

Open jockrow opened 2 years ago

jockrow commented 2 years ago

would be gread if Invert comments like nerdcommenter plugin

tomtom commented 2 years ago

Would you care to explain what you mean?

jockrow commented 2 years ago

Sorry for delay:

I mean: Original code in javascript: image

if I want invert comments with 10<leader>ci where <leader>ci<leader>ci invoking your invert comment function, result is: image

like nerdcommenter: https://github.com/preservim/nerdcommenter#default-mappings [count]<leader>ci |NERDCommenterInvert|