Emacs 使ってる人に dis られた挙句、涙目で散々調べまわって苦労したのでメモ。 まずは次のものをインストール cpanm Vi::QuickFix perl_synwrite.vim - checks Perl syntax before allowing file write : vim online .vim/ftplugin/perl_synwrite.vim この二つを真(1)に書き換える let s:default_perl_synwrite_qf = 1 let s:default_perl_synwrite_au = 1 .vimrc に追記 これは各自お好きなように。 " quickfix map <silent><C-c> :cn<CR> map <silent><C-l> :cl<CR> vim 再起動して use strict; use warnings; u