2013-12-29 【Vim】PHPのコメントを改行した時の自動改行を無効にする。 .vimrc に以下を追記すればOK。 let g:PHP_autoformatcomment = 0 setlocal formatoptions-=r setlocal formatoptions-=o