fix: po msgfmt output to stdout (#1435)

This commit is contained in:
Bojan Mihelac 2018-03-21 09:21:20 +01:00
parent 64c95d4881
commit 763fcb8512
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ call ale#linter#Define('po', {
\ 'name': 'msgfmt',
\ 'executable': 'msgfmt',
\ 'output_stream': 'stderr',
\ 'command': 'msgfmt --statistics %t',
\ 'command': 'msgfmt --statistics --output-file=- %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})