Make the highlight placement test pass more often by using another shell
This commit is contained in:
parent
5029078df3
commit
680672117f
@ -37,7 +37,7 @@ Before:
|
||||
call ale#linter#Define('testft', {
|
||||
\ 'name': 'x',
|
||||
\ 'executable': has('win32') ? 'cmd': 'echo',
|
||||
\ 'command': 'echo',
|
||||
\ 'command': has('win32') ? 'echo' : '/bin/sh -c ''echo''',
|
||||
\ 'callback': 'GenerateResults',
|
||||
\})
|
||||
highlight link SomeOtherGroup SpellBad
|
||||
|
Loading…
Reference in New Issue
Block a user