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

Block comment and VIM's expandtab and tabstop settings

didzis opened this issue · comments

Block comment always uses spaces for indentation for inserted lines with comment markup.

It would be great to convert spaces to tabs according to VIM's expandtab and tabstop settings.