vimtex/compiler/lacheck.vim

6 lines
157 B
VimL
Raw Normal View History

2015-02-10 11:29:42 +01:00
if exists("current_compiler") | finish | endif
let current_compiler = "lacheck"
CompilerSet makeprg=lacheck\ %
CompilerSet errorformat="%f",\ line\ %l:\ %m