diff src/version.c @ 22938:760526e5cd29 v8.2.2016

patch 8.2.2016: swap file test is a little flaky Commit: https://github.com/vim/vim/commit/c6ca9f3a29bfd6f5269749036f79f63ce6289692 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 19 18:57:23 2020 +0100 patch 8.2.2016: swap file test is a little flaky Problem: Swap file test is a little flaky. Solution: Don't set a byte to a fixed value, increment it.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Nov 2020 19:00:07 +0100
parents 00b0275ffe7f
children 5b2f97d10a8c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2016,
+/**/
     2015,
 /**/
     2014,