html: fixed mixed indenting

This commit is contained in:
Martin Grenfell 2012-05-01 14:50:17 +01:00
parent 976fa99928
commit fd297d7768

View File

@ -84,9 +84,9 @@ function! SyntaxCheckers_html_w3_GetLocList()
let i['bufnr'] = bufnum
if i['lnum'] == 0
let i['type'] = 'w'
else
let i['type'] = 'e'
let i['type'] = 'w'
else
let i['type'] = 'e'
endif
let n -= 1
endwhile