dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.57k stars 1.44k forks source link

Make documentation more consistent with Vim's own :help #4840

Closed frdr closed 3 weeks ago

frdr commented 1 month ago

Some improvements to ALE's documentation, mainly to make it look and work more like Vim's own :help pages. There were no changes in content (I hope) and no code changes (my excuse for not writing any tests).

The following items were changed:

The whole thing started when I typed :help :ALEFix (note the colon before the command) and found nothing. With these changes, both this and :help ALEFix (no colon) will jump to the right place.

Keep up the good work and cheers!

hsanson commented 1 month ago

There seem to be some align issues witht the help tags:

frdr commented 1 month ago

Sorry for that oversight. I fixed tag alignment and all tests pass locally. Give it another try. Thanks.