commit | 59b262362f26b3aaea1eeb0078adc33eed59863e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jun 05 20:59:22 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 20:59:22 2021 +0200 |
tree | 4b20477712f90b3c4e666c5338b673dbd1866057 | |
parent | 1328bde9d406aa1292e92673fa8a026889424e79 [diff] [blame] |
patch 8.2.2945: some buffer related code is not tested Problem: Some buffer related code is not tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8320)
diff --git a/src/version.c b/src/version.c index b729c99..ec20c94 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2945, +/**/ 2944, /**/ 2943,