summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFred Emmott <fe@fb.com>2018-07-30 15:19:59 -0700
committerFred Emmott <fe@fb.com>2018-08-02 09:06:48 -0700
commit2768bf15ba5ca95f126405459c4a8180e814af18 (patch)
tree49ac9e30790dc36498bf6dcd915e1031f86e0ce3 /doc
parent16d0c52d24e8948b8bd8030e3fd112e0b6361c06 (diff)
downloadale-2768bf15ba5ca95f126405459c4a8180e814af18.zip
Handle LSP codes for `%code%` in message formats
fixes #1767
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 15a20469..e68ba9df 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2318,6 +2318,12 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()*
`type` - Defaults to `'E'`.
`nr` - Defaults to `-1`.
+ Numeric error code. If `nr` is not `-1`, `code` should have
+ the same value.
+ `code` - No default.
+
+ String error code.
+
`executable` A |String| naming the executable itself which
will be run. This value will be used to check if the
program requested is installed or not.