mirror of
https://github.com/gryf/vim-latex-compiler.git
synced 2025-12-18 20:10:18 +01:00
6 lines
120 B
VimL
6 lines
120 B
VimL
compiler rubber
|
|
|
|
if exists('g:rubber_make_on_save') && g:rubber_make_on_save
|
|
autocmd BufWritePost *.tex :make
|
|
endif
|