vimtex/compiler/lacheck.vim
2015-02-10 11:29:42 +01:00

6 lines
157 B
VimL

if exists("current_compiler") | finish | endif
let current_compiler = "lacheck"
CompilerSet makeprg=lacheck\ %
CompilerSet errorformat="%f",\ line\ %l:\ %m