ale/plugin/ale
KabbAmine e4b3f579fa Echo string format (#76)
* Implement an option to configure the echoed message, #48

Via `g:ale_echo_msg_format` where:
- `%s` is the error message itself
- `%linter%` is the linter name
- `%severity` is the severity type

e.g
let g:ale_echo_msg_fomat = '[%linter%] [%severity%] %s'

* Add new options for defining the string used for errors in echoed
message

`g:ale_echo_msg_error_str` and `g:ale_echo_msg_warning_str`

* Change text output of some linters

Now that the echoed message can be customized, no need to add the type
to the text variable.

* Update README & documentation file

* Fix some typos
* Sort the table of options alphabetically (except echo_msg_x_str options)

* Added echo warning str option to the doc
2016-10-10 12:53:54 +01:00
..
aaflags.vim Echo string format (#76) 2016-10-10 12:53:54 +01:00
cursor.vim Echo string format (#76) 2016-10-10 12:53:54 +01:00
handlers.vim Update the author line and the filenames for the GCC format pattern. 2016-10-05 11:35:16 +01:00
sign.vim Skip setting of signs at line 0 and so on, to avoid any issues there. 2016-10-06 13:01:33 +01:00
statusline.vim Remove some trailing whitespace. 2016-10-09 12:50:51 +01:00
util.vim Add a wrapper program for running linters which cannot receive stdin input on Windows. 2016-10-07 21:33:16 +01:00
zmain.vim #48 Store the linter name in the loclist objects for later use. 2016-10-09 21:44:50 +01:00