diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-08-02 19:22:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 19:22:45 +0100 |
commit | 5f024eda093dcce62159a6f262ffb084ccce4e51 (patch) | |
tree | f7ba243aeb9a0a8278071421ad2ec9a96a224a97 /doc | |
parent | 589c8dbd94929a63006c5fee372e022f0f2b8417 (diff) | |
parent | 04362c746d7b73b03eb85d8936bd285a841a4704 (diff) | |
download | ale-5f024eda093dcce62159a6f262ffb084ccce4e51.zip |
Merge pull request #1771 from fredemmott/lsp
Show LSP diagnostic codes for `%code%` in message formats
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 200770d3..d4b51850 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2328,6 +2328,13 @@ 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` + likely should contain the string representation of + the same value. + `code` - No default; may be unset. + + 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 program requested is installed or not. |