summaryrefslogtreecommitdiffstats
path: root/misc/perl_checker-vim
blob: a32478bc8ef4fb7def9136f8c1f68ca37b1d10fe (plain)
1
2
3
#!/bin/sh

perl_checker --restrict-to-files "$@" > errors.err && vim -c ':copen 4' -c ':so /usr/share/vim/ftplugin/perl_checker.vim' -q