comparison 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
comparison
equal deleted inserted replaced
22937:77a956145f6a 22938:760526e5cd29
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2016,
753 /**/ 755 /**/
754 2015, 756 2015,
755 /**/ 757 /**/
756 2014, 758 2014,
757 /**/ 759 /**/