summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r--doc/ale-python.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 381ca7ce..6b4a4ea4 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -72,5 +72,17 @@ g:ale_python_pylint_options *g:ale_python_pylint_options*
`python3 -m pip install --user pylint`).
+g:ale_python_pylint_use_global *g:ale_python_pylint_use_global*
+ *b:ale_python_pylint_use_global*
+ Type: |Number|
+ Default: `0`
+
+ This variable controls whether or not ALE will search pylint in a virtualenv
+ directory first. If this variable is set to `1`, then ALE will always use
+ |g:ale_python_pylint_executable| for the executable path.
+
+ Both variables can be set with `b:` buffer variables instead.
+
+
-------------------------------------------------------------------------------
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: