vimtex/compiler/lacheck.vim

6 lines
157 B
VimL
Raw Normal View History

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