Merge pull request #1771 from fredemmott/lsp

Show LSP diagnostic codes for `%code%` in message formats
This commit is contained in:
w0rp
2018-08-02 19:22:45 +01:00
committed by GitHub
5 changed files with 48 additions and 5 deletions

View File

@@ -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.