Added missing statement about `<Plug>(ale_toggle)` mapping to the documentation (#740)

* Added missing statement about a `<Plug>` mapping.

* Fixed logical mistake related to "option calling".

* Rectified article usage according to a request.
This commit is contained in:
Andrew Vimmer 2017-07-09 00:10:23 +03:00 committed by w0rp
parent 7def00d5a9
commit 4fd5bf81be
1 changed files with 5 additions and 2 deletions

View File

@ -1110,8 +1110,11 @@ ALEEnable *ALEEnable*
ALEDisable *ALEDisable*
Enable or disable ALE, including all of its autocmd events, loclist items,
quickfix items, signs, current jobs, etc. Calling this option will change
the |g:ale_enabled| variable.
quickfix items, signs, current jobs, etc. Executing any of those commands
will change the |g:ale_enabled| variable.
For convenience, a plug mapping `<Plug>(ale_toggle)` is defined for the
|ALEToggle| command.
ALEDetail *ALEDetail*