Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Jan 30, 2019
1 parent 8c76c04 commit 7274363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion syntax_checkers/html/w3.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7274363

Please sign in to comment.