Try to fix tests on Windows

This commit is contained in:
w0rp 2020-08-19 01:10:33 +01:00
parent 361027eac6
commit de7b0567b1
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 1 additions and 1 deletions

View File

@ -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