commit | b7e2483655d9b68df0c7349918027d800051a28a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 13:37:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 13:37:35 2020 +0200 |
tree | 6d1ba1c7e5e7c9e95974f0a4b2d39998ba0fd1c9 | |
parent | 67fbdfefd26a237831c3838f799d3e6198c8a34a [diff] [blame] |
patch 8.2.1046: insufficient tests for src/buffer.c Problem: Insufficient tests for src/buffer.c. Solution: Add more tests. Move comments related tests to a separate file. (Yegappan Lakshmanan, closes #6325)
diff --git a/src/version.c b/src/version.c index 49f9ddf..1ee4530 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1046, +/**/ 1045, /**/ 1044,