Use ' instead of "
This commit is contained in:
parent
92eba0627f
commit
6d87bd7f7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user