From 266fa1c0a4e9668587adab00f705bb14d92a5425 Mon Sep 17 00:00:00 2001 From: Richard French Date: Thu, 15 Aug 2019 16:36:11 +0100 Subject: mypy linter capture stderr for error reporting in ALEInfo --- ale_linters/python/mypy.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ale_linters') diff --git a/ale_linters/python/mypy.vim b/ale_linters/python/mypy.vim index c4c6507f..dc4044e6 100644 --- a/ale_linters/python/mypy.vim +++ b/ale_linters/python/mypy.vim @@ -78,4 +78,5 @@ call ale#linter#Define('python', { \ 'executable': function('ale_linters#python#mypy#GetExecutable'), \ 'command': function('ale_linters#python#mypy#GetCommand'), \ 'callback': 'ale_linters#python#mypy#Handle', +\ 'output_stream': 'both' \}) -- cgit v1.2.3