commit | 51ab7c7d0da08aac796acff22a6c075dac579e76 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Feb 08 12:58:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 12:58:37 2022 +0000 |
tree | c21abae3233d57ae0176d15304e07f8c5685d3ef | |
parent | 3908ef5017a6b4425727013588f72cc7343199b9 [diff] [blame] |
patch 8.2.4326: "o" and "O" copying comment not sufficiently tested Problem: "o" and "O" copying comment not sufficiently tested. Solution: Add a test case. (closes #9718)
diff --git a/src/version.c b/src/version.c index ff7f2f0..82d12a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4326, +/**/ 4325, /**/ 4324,