tpope / vim-commentary

commentary.vim: comment stuff out
http://www.vim.org/scripts/script.php?script_id=3695
5.9k stars 214 forks source link

vim-commentary set wrong comment when edit user's crontab file #156

Closed eval-exec closed 2 years ago

eval-exec commented 2 years ago

steps to reproduce: crontab -e image then gcc in vim NORMAL mode image

crontab expect # as comment style like shell scripts, but it set it to /* */.

$ crontab -V
cronie 1.5.7
tpope commented 2 years ago

See the FAQ.