Try to fix tests on Windows
This commit is contained in:
parent
361027eac6
commit
de7b0567b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue