mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Try to fix tests on Windows
This commit is contained in:
@@ -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 New Issue
Block a user