diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-06-23 22:51:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-23 22:51:30 +0100 |
commit | 755f1a4ccfff28463b0fe30f74a97390ae59d1fa (patch) | |
tree | e82ff6bae35e22df5703826e172a41b271fbe42e /doc/ale-html.txt | |
parent | 0f377251dd90439029435d444594539f854957de (diff) | |
parent | 17c1aefb5bdd58ff854f17e00aa949e841560e94 (diff) | |
download | ale-755f1a4ccfff28463b0fe30f74a97390ae59d1fa.zip |
Merge pull request #1673 from meain/fixer-tidy
Add fixer tidy for HTML
Diffstat (limited to 'doc/ale-html.txt')
-rw-r--r-- | doc/ale-html.txt | 8 |
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* |