summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-19 23:44:02 +0000
committerw0rp <devw0rp@gmail.com>2017-11-19 23:44:09 +0000
commit597507e5197ef51037d01d30ad819a048eea9c9b (patch)
tree07945599c638ab1bb50097e77f35187fa6938949 /doc/ale.txt
parent0cb8130d0e65d9a239c43ddb21d2f89b2815f10d (diff)
downloadale-597507e5197ef51037d01d30ad819a048eea9c9b.zip
Make the message formats configurable with buffer local variables
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index ec201b13..223f16c9 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -646,6 +646,7 @@ g:ale_echo_msg_error_str *g:ale_echo_msg_error_str*
g:ale_echo_msg_format *g:ale_echo_msg_format*
+b:ale_echo_msg_format *b:ale_echo_msg_format*
Type: |String|
Default: `'%code: %%s'`
@@ -672,6 +673,10 @@ g:ale_echo_msg_format *g:ale_echo_msg_format*
|g:ale_echo_cursor| needs to be set to 1 for messages to be displayed.
+ The echo message format can also be configured separately for each buffer,
+ so different formats can be used for differnt languages. (Say in ftplugin
+ files.)
+
g:ale_echo_msg_info_str *g:ale_echo_msg_info_str*
@@ -1017,6 +1022,7 @@ g:ale_linters_explicit *g:ale_linters_explicit*
g:ale_loclist_msg_format *g:ale_loclist_msg_format*
+b:ale_loclist_msg_format *b:ale_loclist_msg_format*
Type: |String|
Default: `g:ale_echo_msg_format`