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 let i['bufnr'] = bufnum
if i['lnum'] == 0 if i['lnum'] == 0
let i['type'] = 'w' let i['type'] = 'w'
else else
let i['type'] = 'e' let i['type'] = 'e'
endif endif
let n -= 1 let n -= 1
endwhile endwhile