From 16e7dc2371f908204e5191c0e9d55626352097af Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 14 Nov 2017 10:28:36 +0000 Subject: Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_format --- doc/ale.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') 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| -- cgit v1.2.3