Fix the empty echo fixer test on Windows
This commit is contained in:
parent
074a011b08
commit
e7865d2f94
@ -107,7 +107,7 @@ Before:
|
||||
|
||||
" echo will output a single blank line, and we should ingore it.
|
||||
function! IgnoredEmptyOutput(buffer, output)
|
||||
return {'command': 'echo'}
|
||||
return {'command': has('win32') ? 'echo(' : 'echo'}
|
||||
endfunction
|
||||
|
||||
function! SetUpLinters()
|
||||
|
Loading…
Reference in New Issue
Block a user