From 4fd5bf81beeaf2780bb967214f5b9670a309a98b Mon Sep 17 00:00:00 2001 From: Andrew Vimmer Date: Sun, 9 Jul 2017 00:10:23 +0300 Subject: [PATCH] Added missing statement about `(ale_toggle)` mapping to the documentation (#740) * Added missing statement about a `` mapping. * Fixed logical mistake related to "option calling". * Rectified article usage according to a request. --- doc/ale.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/ale.txt b/doc/ale.txt index f1419d19..c062ca24 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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 `(ale_toggle)` is defined for the + |ALEToggle| command. ALEDetail *ALEDetail*