#427 Document the buffer variables, at least slightly

This commit is contained in:
w0rp 2017-04-19 23:55:55 +01:00
parent 4eeb4783d3
commit c6ef9e28a5
1 changed files with 4 additions and 0 deletions

View File

@ -582,6 +582,10 @@ g:ale_warn_about_trailing_whitespace *g:ale_warn_about_trailing_whitespace*
Linter options are documented in individual help files. See the table of
contents at |ale-contents|.
Every linter variable can be set globally, or individually for each buffer.
For example, `b:ale_python_flake8_executable` will override any values
set for `g:ale_python_flake8_executable`.
===============================================================================
5. Commands/Keybinds *ale-commands*