Fix E211 handling in :Gmerge/:Grebase
This commit is contained in:
parent
dbdc947533
commit
8c80cb63e2
@ -3253,6 +3253,7 @@ function! s:MergeRebase(cmd, bang, mods, args, ...) abort
|
|||||||
silent! wall
|
silent! wall
|
||||||
endif
|
endif
|
||||||
silent noautocmd make!
|
silent noautocmd make!
|
||||||
|
catch /^Vim\%((\a\+)\)\=:E211/
|
||||||
let err = v:exception
|
let err = v:exception
|
||||||
finally
|
finally
|
||||||
if exists('autowrite_was_set')
|
if exists('autowrite_was_set')
|
||||||
|
Loading…
Reference in New Issue
Block a user