mirror of
https://github.com/gryf/vim-latex-compiler.git
synced 2025-12-17 11:30:20 +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
|