mirror of https://github.com/dense-analysis/ale
Try to fix tests on Windows
This commit is contained in:
parent
361027eac6
commit
de7b0567b1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue