tomtom / tcomment_vim

An extensible & universal comment vim-plugin that also handles embedded filetypes

Home Page:http://www.vim.org/scripts/script.php?script_id=1173

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invert comments

jockrow opened this issue · comments

would be gread if Invert comments like nerdcommenter plugin

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|