From 3c85c7ef65242cf80279cf9dcf843523f6d7875b Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 24 Aug 2018 13:24:42 +0100 Subject: [PATCH] Sort the HTML documentation sections --- doc/ale-html.txt | 12 +++++++----- doc/ale.txt | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/ale-html.txt b/doc/ale-html.txt index 0f93f5cd..de48775f 100644 --- a/doc/ale-html.txt +++ b/doc/ale-html.txt @@ -79,11 +79,6 @@ g:ale_html_tidy_use_global *g:html_tidy_use_global* See |ale-integrations-local-executables| -=============================================================================== -write-good *ale-html-write-good* - -See |ale-write-good-options| - =============================================================================== stylelint *ale-html-stylelint* @@ -110,5 +105,12 @@ g:ale_html_stylelint_use_global *g:ale_html_stylelint_use_global* See |ale-integrations-local-executables| + +=============================================================================== +write-good *ale-html-write-good* + +See |ale-write-good-options| + + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 8713a430..8e38f92a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -118,8 +118,8 @@ CONTENTS *ale-contents* html..................................|ale-html-options| htmlhint............................|ale-html-htmlhint| tidy................................|ale-html-tidy| - write-good..........................|ale-html-write-good| stylelint...........................|ale-html-stylelint| + write-good..........................|ale-html-write-good| idris.................................|ale-idris-options| idris...............................|ale-idris-idris| java..................................|ale-java-options|