commit | 03d257998b6343fc91f9dfd5ffc92eebe98d4d24 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Sep 02 20:05:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 20:05:26 2021 +0200 |
tree | 94c57db5ff5a448d2db679d9a3da41bd0701f446 | |
parent | 87e1587b8add93e40340170e4261cdadc4c8940e [diff] [blame] |
patch 8.2.3397: no test for what 8.2.3391 fixes Problem: No test for what 8.2.3391 fixes. Solution: Add a test. (Yegappan Lakshmanan, closes #8828)
diff --git a/src/version.c b/src/version.c index 3708e8f..8aaf163 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3397, +/**/ 3396, /**/ 3395,