summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2019-04-29 09:48:48 +0300
committerGitHub <noreply@github.com>2019-04-29 09:48:48 +0300
commit69b7ec1c4cea92300214ac1655700df2be852c2b (patch)
treed3f668873feb4e4388ed6fce9a31220162e0b6c6 /doc
parent737ed31de5be0c50502d820421726b8a707d1a58 (diff)
downloadale-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.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
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