From ccd820301d27466101f18c2ace0673ea14327fa4 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 11 Dec 2016 09:07:03 +0100 Subject: [PATCH] Added autocompile after every save --- ftplugin/tex/common.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftplugin/tex/common.vim b/ftplugin/tex/common.vim index bd19e67..f423899 100644 --- a/ftplugin/tex/common.vim +++ b/ftplugin/tex/common.vim @@ -1,2 +1,4 @@ compiler rubber map :make + +autocmd BufWritePost *.tex :make