From 670858f7743ad42ee83d6f9aab162b16069e4395 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 9 Aug 2017 00:05:55 +0100 Subject: Fix #468 - Add a cool down period for when things go wrong --- doc/ale.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/ale.txt b/doc/ale.txt index 0550e4de..b0323f85 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1180,6 +1180,12 @@ ale#Queue(delay, [linting_flag, buffer_number]) *ale#Queue()* An optional `buffer_number` argument can be given for specifying the buffer to check. The active buffer (`bufnr('')`) will be checked by default. + *ale-cool-down* + If an exception is thrown when queuing/running ALE linters, ALE will enter + a cool down period where it will stop checking anything for a short period + of time. This is to prevent ALE from seriously annoying users if a linter + is broken, or when developing ALE itself. + ale#engine#CreateDirectory(buffer) *ale#engine#CreateDirectory()* -- cgit v1.2.3