Typo in html/tidy.
This commit is contained in:
parent
8922dc2388
commit
531859e89e
@ -152,7 +152,7 @@ function! SyntaxCheckers_html_tidy_GetLocList() dict
|
|||||||
\ 'returns': [0, 1, 2] })
|
\ 'returns': [0, 1, 2] })
|
||||||
|
|
||||||
" filter out valid HTML5 from the errors
|
" filter out valid HTML5 from the errors
|
||||||
for n in loclist
|
for e in loclist
|
||||||
if e['valid'] && s:IgnoreError(e['text']) == 1
|
if e['valid'] && s:IgnoreError(e['text']) == 1
|
||||||
let e['valid'] = 0
|
let e['valid'] = 0
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user