From: Peter Rowlands Date: Tue, 6 Jul 2021 06:45:20 +0000 (+0900) Subject: ignore --count lines X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/9f4eac7f34f3073e94b2978e0ab1453893213c58?ds=sidebyside ignore --count lines --- diff --git a/autoload/flake8.vim b/autoload/flake8.vim index 15d061e..c407b9b 100644 --- a/autoload/flake8.vim +++ b/autoload/flake8.vim @@ -146,7 +146,7 @@ function! s:Flake8() " {{{ set t_te= " perform the grep itself - let &grepformat="%f:%l:%c: %m\,%f:%l: %m" + let &grepformat="%f:%l:%c: %m\,%f:%l: %m,%-G%\\d" let &grepprg=s:flake8_cmd silent! grep! "%" " close any existing cwindows,