From 1c76b33721550415fddbf19749ba7bf696aeefa3 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 20 Mar 2020 18:32:00 +0100 Subject: [PATCH] Remove deleting latex files from build This should be taken care of by some other tool, like git or whatever --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 28ca26b..925f122 100644 --- a/vimrc +++ b/vimrc @@ -953,4 +953,4 @@ endfunction " --- LaTeX Stuff --- -command! Latex2PDF call Async([ 'lualatex -draftmode '.expand('%'), 'biber '.expand('%:r'), 'lualatex '.expand('%'), ['/bin/bash', '-c', 'rm *.{aux,bbl,dvi,log,blg,bcf,xml,toc}'] ]) +command! Latex2PDF call Async([ 'lualatex -draftmode '.expand('%'), 'biber '.expand('%:r'), 'lualatex '.expand('%') ])