proselint.vim (274B)
1 if exists("g:current_compiler") 2 finish 3 endif 4 let g:current_compiler = "proselint" 5 if exists(":CompilerSet") != 2 " older Vim always used :setlocal 6 command -nargs=* CompilerSet setlocal <args> 7 endif 8 CompilerSet errorformat=%f:%l:%c:\ %m 9 CompilerSet makeprg=proselint\ %