From a990188e276aad9410bc6fd1b627153fb279ffac Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 30 Nov 2017 10:34:51 +0000 Subject: Fix #1176 - Add an option for caching failing executable checks --- doc/ale.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/ale.txt') diff --git a/doc/ale.txt b/doc/ale.txt index 184912ce..a4ec7272 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -605,6 +605,19 @@ g:airline#extensions#ale#enabled *g:airline#extensions#ale#enabled* |airline#extensions#ale#warning_symbol|. +g:ale_cache_executable_check_failures *g:ale_cache_executable_check_failures* + + Type: |Number| + Default: `0` + + When set to `1`, ALE will cache failing executable checks for linters. By + default, only executable checks which succeed will be cached. + + When this option is set to `1`, Vim will have to be restarted after new + executables are installed for ALE to be able to run linters for those + executables. + + g:ale_change_sign_column_color *g:ale_change_sign_column_color* Type: |Number| -- cgit v1.2.3