From 69b7ec1c4cea92300214ac1655700df2be852c2b Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 29 Apr 2019 09:48:48 +0300 Subject: Include plugin description in local help line The recommended format for _vim's internal help files_ is " ", (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 " ". See `:help write-local-help` for the different template. --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3