diff options
author | w0rp <devw0rp@gmail.com> | 2019-02-13 21:22:02 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-02-13 21:22:02 +0000 |
commit | 3140abcd0cc681ac53d59b290c1b29f534f572fb (patch) | |
tree | 77aca4168609d5016ec969b3b3667934802866d2 /README.md | |
parent | 3050a132b557497c43b45345c7f5f9297eb707cb (diff) | |
download | ale-3140abcd0cc681ac53d59b290c1b29f534f572fb.zip |
Fix #2293 - Update linter option documentation
* The README now points to a valid helptag for linter options.
* The now very, very large part of the table of contents for linter and
fixer options has been moved into a section so the initial table is
smaller.
* Special linter or fixer options now lie beneath the general linter
or fixer options.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ new buffers or as you make edits to your files. The behaviour of linting can be configured with a variety of options, documented in [the Vim help file](doc/ale.txt). For more information on the options ALE offers, consult `:help ale-options` for global options and `:help -ale-linter-options` for options specified to particular linters. +ale-integration-options` for options specified to particular linters. <a name="usage-fixing"></a> |