From de7b0567b11555005a9b2ec051327891bcb8f2b4 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 19 Aug 2020 01:10:33 +0100 Subject: [PATCH] Try to fix tests on Windows --- autoload/ale/c.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/c.vim b/autoload/ale/c.vim index aefe1fea..fee993ab 100644 --- a/autoload/ale/c.vim +++ b/autoload/ale/c.vim @@ -173,7 +173,7 @@ function! ale#c#ParseCFlags(path_prefix, cflag_line) abort endfunction function! ale#c#ParseCFlagsFromMakeOutput(buffer, make_output) abort - if !g:ale_c_parse_makefile + if !get(g:, 'ale_c_parse_makefile', 0) return v:null endif