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.4k stars 103 forks source link

add <silent> to mappings #265

Closed mitinarseny closed 4 years ago

mitinarseny commented 4 years ago

I personally do not like that every time I press <C-_><C-_> vim echoes that :TComment command was called. Can you provide a global variable that indicates whether it should map silently?