summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-04-19 23:55:55 +0100
committerw0rp <devw0rp@gmail.com>2017-04-19 23:56:02 +0100
commitc6ef9e28a50f2378568c4c35a5346b495cb15c34 (patch)
tree0f8da21713197fdf3a73464a13752772812833c6
parent4eeb4783d33eafeeda88186c058b8517a21e82bc (diff)
downloadale-c6ef9e28a50f2378568c4c35a5346b495cb15c34.zip
#427 Document the buffer variables, at least slightly
-rw-r--r--doc/ale.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index d3044d7e..8979b1b8 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*