summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-14 10:28:36 +0000
committerw0rp <devw0rp@gmail.com>2017-11-14 10:28:36 +0000
commit16e7dc2371f908204e5191c0e9d55626352097af (patch)
tree04e40db20efea0cf135728c40f658306c9d87cf6 /doc
parentd8f9aef84a1271633cb4fc7ba7a063e4b922d56b (diff)
downloadale-16e7dc2371f908204e5191c0e9d55626352097af.zip
Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_format
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 353c6dbe..21266870 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -656,6 +656,7 @@ g:ale_echo_msg_format *g:ale_echo_msg_format*
The strings for `%severity%` can be configured with the following options.
|g:ale_echo_msg_error_str| - Defaults to `'Error'`
+ |g:ale_echo_msg_info_str| - Defaults to `'Info'`
|g:ale_echo_msg_warning_str| - Defaults to `'Warning'`
`%code%` is replaced with the error code, and replaced with an empty string
@@ -994,6 +995,17 @@ g:ale_linters *g:ale_linters*
let b:ale_linters = 'all'
<
+g:ale_loclist_msg_format *g:ale_loclist_msg_format*
+
+ Type: |String|
+ Default: `g:ale_echo_msg_format`
+
+ This option is the same as |g:ale_echo_msg_format|, but for formatting the
+ message used for the loclist and the quickfix list.
+
+ The strings for configuring `%severity%` are also used for this option.
+
+
g:ale_max_buffer_history_size *g:ale_max_buffer_history_size*
Type: |Number|