From 6d87bd7f7f2facae4bd0696b0d7e186abdcc463b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Mon, 21 Sep 2015 18:17:33 +0200 Subject: [PATCH] Use ' instead of " --- compiler/latexmk.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/latexmk.vim b/compiler/latexmk.vim index 057d1d7..ee60f1a 100644 --- a/compiler/latexmk.vim +++ b/compiler/latexmk.vim @@ -4,8 +4,8 @@ " Email: karl.yngve@gmail.com " -if exists("current_compiler") | finish | endif -let current_compiler = "latexmk" +if exists('current_compiler') | finish | endif +let current_compiler = 'latexmk' CompilerSet makeprg="" @@ -30,8 +30,8 @@ CompilerSet errorformat+=%Z\ %m CompilerSet errorformat+=%Cl.%l\ %m " Show warnings -if exists("g:vimtex_quickfix_ignore_all_warnings") - \ && exists("g:vimtex_quickfix_ignored_warnings") +if exists('g:vimtex_quickfix_ignore_all_warnings') + \ && exists('g:vimtex_quickfix_ignored_warnings') \ && !g:vimtex_quickfix_ignore_all_warnings " Ignore some warnings for w in g:vimtex_quickfix_ignored_warnings