mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
Fix E211 handling in :Gmerge/:Grebase
This commit is contained in:
@@ -3253,6 +3253,7 @@ function! s:MergeRebase(cmd, bang, mods, args, ...) abort
|
||||
silent! wall
|
||||
endif
|
||||
silent noautocmd make!
|
||||
catch /^Vim\%((\a\+)\)\=:E211/
|
||||
let err = v:exception
|
||||
finally
|
||||
if exists('autowrite_was_set')
|
||||
|
||||
Reference in New Issue
Block a user