From 2e1c9b0fa574aa2e617734470d5dbec61abee928 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 6 May 2017 19:11:43 +0100 Subject: #208 Automatically detect pylint in virtualenv directories --- doc/ale-python.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') 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: -- cgit v1.2.3