1
0
forked from aniani/vim

patch 8.2.5163: crash when deleting buffers in diff mode

Problem:    Crash when deleting buffers in diff mode.
Solution:   Recompute diffs later.  Skip window without a valid buffer.
This commit is contained in:
Bram Moolenaar
2022-06-26 14:04:07 +01:00
parent 0971c7a4e5
commit cd38bb4d83
3 changed files with 22 additions and 2 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5163,
/**/
5162,
/**/