commit | 93f72cc119c796f1ccb75468ef9e446cbfb41e9b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Aug 26 15:34:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 15:34:52 2022 +0100 |
tree | b44ad78f8b0034ab66d71dc142715ede2f05f27c | |
parent | a9b5b85068b2fcb1c01ea20524e227bcad579ceb [diff] [blame] |
patch 9.0.0276: 'buftype' values not sufficiently tested Problem: 'buftype' values not sufficiently tested. Solution: Add and extend tests with 'buftype' values. (closes #10988)
diff --git a/src/version.c b/src/version.c index e32f990..a0a7210 100644 --- a/src/version.c +++ b/src/version.c
@@ -724,6 +724,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 276, +/**/ 275, /**/ 274,