mirror of https://github.com/dense-analysis/ale
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:
parent
7def00d5a9
commit
4fd5bf81be
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue