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

This line is commented incorrectly

bendangelo opened this issue · comments

Running gcc on this line:

        originWhitelist={['file://*']}

Resolves to:

        // originWhitelist={['file:/#<{(|']}

Which is of course wrong.