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.
This commit is contained in:
parent
737ed31de5
commit
69b7ec1c4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user