diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-03-28 23:28:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 23:28:13 +0100 |
commit | 81b49b2dffc7c533ad155d1c266d2a9c68e20c15 (patch) | |
tree | a670b9f155f7e23a11c7b782cfafc74bb8ae462e /doc/ale.txt | |
parent | d7f8324c3c9b9eb6ea49591fc4fa37948996170d (diff) | |
parent | 6a5d8ba5d02a3d0cc051a94e7ca327755b1fdc37 (diff) | |
download | ale-81b49b2dffc7c533ad155d1c266d2a9c68e20c15.zip |
Merge pull request #424 from adriaanzon/command-enable-disable
Add :ALEEnable and :ALEDisable commands
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 6f64abe0..e6b312cb 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -594,6 +594,8 @@ ALENextWrap *ALENextWrap* < ALEToggle *ALEToggle* +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 |