summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAbin Simon <abinsimon10@gmail.com>2018-06-23 15:40:28 +0530
committerAbin Simon <abinsimon10@gmail.com>2018-06-23 22:59:13 +0530
commit17c1aefb5bdd58ff854f17e00aa949e841560e94 (patch)
treef79622a2cedd178cf4c7e749dfddd7cbd4137e4a /doc
parent935740cf9310f52c60a67b33cfcd74f0140d95b8 (diff)
downloadale-17c1aefb5bdd58ff854f17e00aa949e841560e94.zip
Add fixer tidy for HTML
Add tests for tidy HTML fixer
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-html.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt
index 2d8873ef..98fddc58 100644
--- a/doc/ale-html.txt
+++ b/doc/ale-html.txt
@@ -71,6 +71,14 @@ g:ale_html_tidy_options *g:ale_html_tidy_options*
(mac), sjis (shiftjis), utf-16le, utf-16, utf-8
+g:ale_html_tidy_use_global *g:html_tidy_use_global*
+
+ Type: |Number|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+
===============================================================================
write-good *ale-html-write-good*