Merge pull request #260 from dlunde/patch-1

Fix incorrect html-beautify command
This commit is contained in:
Chiel ten Brinke 2018-12-19 13:18:05 +01:00 committed by GitHub
commit 4f993fad63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,7 +289,7 @@ endif
" HTML " HTML
if !exists('g:formatdef_htmlbeautify') if !exists('g:formatdef_htmlbeautify')
let g:formatdef_htmlbeautify = '"html-beautify -f - -".(&expandtab ? "s ".shiftwidth() : "t")' let g:formatdef_htmlbeautify = '"html-beautify - -".(&expandtab ? "s ".shiftwidth() : "t")'
endif endif
if !exists('g:formatdef_tidy_html') if !exists('g:formatdef_tidy_html')