From c6ef9e28a50f2378568c4c35a5346b495cb15c34 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 19 Apr 2017 23:55:55 +0100 Subject: [PATCH] #427 Document the buffer variables, at least slightly --- doc/ale.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ale.txt b/doc/ale.txt index d3044d7..8979b1b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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*