This commit is contained in:
LCD 47 2019-01-30 22:15:43 +02:00
parent 8c76c0473a
commit 7274363a72
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.9.0-29'
let g:_SYNTASTIC_VERSION = '3.9.0-31'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -40,7 +40,7 @@ function! SyntaxCheckers_html_w3_GetLocList() dict " {{{1
let type = self.getFiletype()
let fname = syntastic#util#shescape(fnamemodify(bufname(buf), ':p'))
let api = syntastic#util#var(type . '_w3_api', 'https://validator.w3.org/check')
.
for key in keys(s:DEFAULTS[type])
let l:{key} = syntastic#util#var(type . '_w3_' . key, get(s:DEFAULTS[type], key))
endfor