mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 22:33:51 -05:00
Don't hide :Glog errors
This commit is contained in:
@@ -3424,7 +3424,7 @@ function! s:Log(cmd, bang, line1, line2, ...) abort
|
||||
else
|
||||
let module = '%[^[:space:]]%#'
|
||||
endif
|
||||
let &grepformat = '%Cdiff %.%#,%C--- %.%#,%C+++ %.%#,%Z@@ -%\d%\+\,%\d%\+ +%l\,%\d%\+ @@,%-G-%.%#,%-G+%.%#,%-G %.%#,%A%f' . "\t\t" . module . "\t\t%m,%-G%.%#"
|
||||
let &grepformat = '%Cdiff %.%#,%C--- %.%#,%C+++ %.%#,%Z@@ -%\d%\+\,%\d%\+ +%l\,%\d%\+ @@,%-G-%.%#,%-G+%.%#,%-G %.%#,%-G,%A%f' . "\t\t" . module . "\t\t%m"
|
||||
silent! exe a:cmd . '!' . escape(s:ShellExpand(before . after), '|')
|
||||
redraw!
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user