From 73b50603a84d35e3a9baa46779a8b633e12638ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Sun, 10 Apr 2016 22:03:24 +0200 Subject: [PATCH] Fix minor bug for latexmain specifier --- autoload/vimtex.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoload/vimtex.vim b/autoload/vimtex.vim index ba58636..d574299 100644 --- a/autoload/vimtex.vim +++ b/autoload/vimtex.vim @@ -560,8 +560,6 @@ endfunction " }}}1 function! s:get_main_latexmain(file) " {{{1 - if !filereadable(a:file) | return '' | endif - " " Gather candidate files "