Typo in html/tidy.

This commit is contained in:
LCD 47 2013-11-07 21:14:15 +02:00
parent 8922dc2388
commit 531859e89e

View File

@ -152,7 +152,7 @@ function! SyntaxCheckers_html_tidy_GetLocList() dict
\ 'returns': [0, 1, 2] })
" filter out valid HTML5 from the errors
for n in loclist
for e in loclist
if e['valid'] && s:IgnoreError(e['text']) == 1
let e['valid'] = 0
endif