summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-26 14:04:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-26 14:04:07 +0100
commitcd38bb4d83c942c4bad596835c6766cbf32e5195 (patch)
treec6244fcf54ffc400bcfb6be4337e280ff53cba6f /src/version.c
parent0971c7a4e537ea120a6bb2195960be8d0815e97b (diff)
patch 8.2.5163: crash when deleting buffers in diff modev8.2.5163
Problem: Crash when deleting buffers in diff mode. Solution: Recompute diffs later. Skip window without a valid buffer.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index cf2e77d9fb..c847d59052 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5163,
+/**/
5162,
/**/
5161,