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

Commit 39aa539

Browse files
committed
Typo.
1 parent bc31ee3 commit 39aa539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.9.0-29'
22+
let g:_SYNTASTIC_VERSION = '3.9.0-31'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/html/w3.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function! SyntaxCheckers_html_w3_GetLocList() dict " {{{1
4040
let type = self.getFiletype()
4141
let fname = syntastic#util#shescape(fnamemodify(bufname(buf), ':p'))
4242
let api = syntastic#util#var(type . '_w3_api', 'https://validator.w3.org/check')
43-
.
43+
4444
for key in keys(s:DEFAULTS[type])
4545
let l:{key} = syntastic#util#var(type . '_w3_' . key, get(s:DEFAULTS[type], key))
4646
endfor

0 commit comments

Comments
 (0)