mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user