commit | 7cf0c114d690c91ac88c92a1a6f1b1935cb6410f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 12:00:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 12:00:01 2021 +0100 |
tree | f32a2aa50305d06e5981a72716c66ff03db537d0 | |
parent | 40be52ba71b9d6a7f586b1e77db8e827ff4c0c42 [diff] [blame] |
patch 8.2.2399: fold test fails in wide terminal Problem: Fold test fails in wide terminal. Solution: Adjust the test. (Dominique Pelle, closes #7731, closes #7739)
diff --git a/src/version.c b/src/version.c index 568756b3..55ce713 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2399, +/**/ 2398, /**/ 2397,