summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-02-12 18:05:33 +0000
committerw0rp <devw0rp@gmail.com>2019-02-12 18:05:33 +0000
commit926ad47a49d74c910c610d4a9cedd5c4838d679d (patch)
tree9f86511f8854e9965978092fcb233a34e3516440 /doc
parentbf196ba17c9e261e4e3a9dba64260c6d0b2c8af9 (diff)
downloadale-926ad47a49d74c910c610d4a9cedd5c4838d679d.zip
#2132 - Implement deferred executable string handling for linters
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 16da5c23..0fb059f9 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2744,7 +2744,11 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()*
Human-readable |String| error code.
`executable` A |String| naming the executable itself which
- will be run. This value will be used to check if the
+ will be run, or a |Funcref| for a function to call
+ for computing the executable, accepting a buffer
+ number.
+
+ This value will be used to check if the
program requested is installed or not.
Either this or the `executable_callback` argument