diff --git a/autoload/vimtex/compiler/_template.vim b/autoload/vimtex/compiler/_template.vim index b8ad8ccf5d..8bd4b30b8a 100644 --- a/autoload/vimtex/compiler/_template.vim +++ b/autoload/vimtex/compiler/_template.vim @@ -128,7 +128,7 @@ endfunction " }}}1 function! s:compiler.clean(full) abort dict " {{{1 - let l:files = ['synctex.gz', 'toc', 'out', 'aux', 'log'] + let l:files = ['synctex.gz', 'toc', 'out', 'aux', 'log', 'xdv'] if a:full call extend(l:files, ['pdf']) endif