html/tidy: retarded bugfix with s:Args not returning a value
This commit is contained in:
parent
6cf4581d57
commit
df9ca84a22
@ -61,6 +61,7 @@ function s:Args()
|
|||||||
let args .= " --new-inline-tags " . shellescape('video, audio, source, embed, mark, progress, meter, time, ruby, rt, rp, canvas, command, details, datalist')
|
let args .= " --new-inline-tags " . shellescape('video, audio, source, embed, mark, progress, meter, time, ruby, rt, rp, canvas, command, details, datalist')
|
||||||
let args .= " --new-empty-tags " . shellescape('wbr, keygen')
|
let args .= " --new-empty-tags " . shellescape('wbr, keygen')
|
||||||
let args .= " -e"
|
let args .= " -e"
|
||||||
|
return args
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SyntaxCheckers_html_tidy_IsAvailable()
|
function! SyntaxCheckers_html_tidy_IsAvailable()
|
||||||
|
Loading…
Reference in New Issue
Block a user