diff options
author | Caleb Maclennan <caleb@alerque.com> | 2019-04-29 09:48:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-29 09:48:48 +0300 |
commit | 69b7ec1c4cea92300214ac1655700df2be852c2b (patch) | |
tree | d3f668873feb4e4388ed6fce9a31220162e0b6c6 | |
parent | 737ed31de5be0c50502d820421726b8a707d1a58 (diff) | |
download | ale-69b7ec1c4cea92300214ac1655700df2be852c2b.zip |
Include plugin description in local help line
The recommended format for _vim's internal help files_ is "<tag> <for vim version> <last change>", (see `:help help-writing` but this format is not parsed the same way for plugins. For plugins the recommended format includes a description of the plugin such as "<tag> <description>". See `:help write-local-help` for the different template.
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 95128187..a45177ee 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1,4 +1,4 @@ -*ale.txt* For Vim version 8.0. +*ale.txt* Plugin to lint and fix files asynchronously *ale* ALE - Asynchronous Lint Engine |