commit | 3044324e8dccd470bd854cf7d9457232cc9c220e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Jun 10 21:52:15 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 10 21:52:15 2021 +0200 |
tree | 7830791f3b33817cfe9534cf588253a0e417bcfc | |
parent | 7b4f76c0300f0bd9bf54ca1968fe9ae5e4dbdef4 [diff] [blame] |
patch 8.2.2973: fix for recovery and diff mode not tested Problem: Fix for recovery and diff mode not tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8352)
diff --git a/src/version.c b/src/version.c index af6c11c..25f2d15 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2973, +/**/ 2972, /**/ 2971,