Handle LSP codes for %code% in message formats

fixes #1767
This commit is contained in:
Fred Emmott
2018-07-30 15:19:59 -07:00
parent 16d0c52d24
commit 2768bf15ba
5 changed files with 27 additions and 5 deletions

View File

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