From 1900b760059d471229864fb16346425d7032430b Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 20 Sep 2018 08:28:51 +0100 Subject: Fix #1938 - Set a default value for an undefined variable --- plugin/ale.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/ale.vim b/plugin/ale.vim index 888120fe..41da7c74 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -133,6 +133,9 @@ let g:ale_history_log_output = get(g:, 'ale_history_log_output', 1) " Enable automatic completion with LSP servers and tsserver let g:ale_completion_enabled = get(g:, 'ale_completion_enabled', 0) +" Enable automatic detection of pipenv for Python linters. +let g:ale_python_auto_pipenv = get(g:, 'ale_python_auto_pipenv', 0) + if g:ale_set_balloons call ale#balloon#Enable() endif -- cgit v1.2.3