commit | 021996ffaa933d9dc0c3553ca01de93fbf3d522b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Apr 10 11:44:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 10 11:44:04 2022 +0100 |
tree | f388bf74687e416ecac4c000d9f2248f19cf397a | |
parent | 7765f5cf964c751cd780484220bb65773b1b0348 [diff] [blame] |
patch 8.2.4728: no test that v:event cannot be modified Problem: No test that v:event cannot be modified. Solution: Add a test. (closes #10139)
diff --git a/src/version.c b/src/version.c index ff5f399..9657184 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4728, +/**/ 4727, /**/ 4726,