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

tcomment_types is ignored

liuyang1 opened this issue · comments

my definition is:

let g:tcomment_types={'c': '// %s', 'asm': '# %s', 'gdb': '# %s'}

The config for 'C', is ignored.

I find this issue on eea1a7c version. The old version 952de7f is good.
I think this is a regression.