vim-lint

Lint plugin for vim
git clone https://git.ce9e.org/vim-lint.git

commit
266a3b53820db773219a7160c512d4456f745941
parent
c0cb61a7c0f763c5c8b1274ec53942a35b6aa3ba
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-23 17:26
get both stdout and stderr

Diffstat

M autoload/lint.vim 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/autoload/lint.vim b/autoload/lint.vim

@@ -9,7 +9,7 @@ function! s:RunLinter(prg, format)
    9     9 
   10    10     let &makeprg = a:prg
   11    11     let &errorformat = a:format
   12    -1     let &shellpipe = '>'
   -1    12     let &shellpipe = '&>'
   13    13     let &t_ti = ''
   14    14     let &t_te = ''
   15    15