summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-30 10:34:51 +0000
committerw0rp <devw0rp@gmail.com>2017-11-30 10:34:51 +0000
commita990188e276aad9410bc6fd1b627153fb279ffac (patch)
treea353be5794f9e8528b80764c1dcb3c7c52d6520b /doc
parentfd261264d7020699d76ed2f6eecd9800ef5f5b9f (diff)
downloadale-a990188e276aad9410bc6fd1b627153fb279ffac.zip
Fix #1176 - Add an option for caching failing executable checks
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt13
1 files changed, 13 insertions, 0 deletions
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|