commit | 46aa6f93acb5d932d2893606d980a6b4b8a9594c | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed May 19 17:15:04 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 19 17:15:04 2021 +0200 |
tree | 8db600bf818c86a923bbf7375c0858f2c6967978 | |
parent | 56c9fd01076bc62b55c8cb89d8a66f6136e52f3a [diff] [blame] |
patch 8.2.2873: not enough tests for writing buffers Problem: Not enough tests for writing buffers. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8229)
diff --git a/src/version.c b/src/version.c index af40462..7fd4338 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2873, +/**/ 2872, /**/ 2871,