How to disable automatic comment insertion in Vim
Posted on In QAHow to disable automatic comment insertion in Vim?
Add to ~/.vimrc
:
au FileType c,cpp setlocal comments-=:// comments+=f://
More: http://vim.wikia.com/wiki/Disable_automatic_comment_insertion