Use ' instead of "

This commit is contained in:
Karl Yngve Lervåg 2015-09-21 18:17:33 +02:00
parent 92eba0627f
commit 6d87bd7f7f

View File

@ -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<argument>\ %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