Files
vim-latex-compiler/compiler/rubber.vim
2017-05-31 21:59:58 +02:00

11 lines
232 B
VimL

" Vim compiler file
" Compiler: pdf creator out of LaTeX files using rubber
if exists("current_compiler")
finish
endif
let current_compiler = "rubber"
CompilerSet makeprg=rubber\ -d\ %
"CompilerSet efm=%f:%l:\ [%t]%m,%f:%l:%m