commit | 00e977cb83625f979d13639249a7788d5a1cb71e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jun 01 12:31:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 12:31:53 2022 +0100 |
tree | 06b436df6e4354a4300419f8460696f4bf8e506f | |
parent | b5912e0643dc21b1b88c517d3ac1282eba57293d [diff] [blame] |
patch 8.2.5049: insufficient tests for autocommands Problem: Insufficient tests for autocommands. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #10507)
diff --git a/src/version.c b/src/version.c index ac33551..97ca8ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5049, +/**/ 5048, /**/ 5047,