commit | ca68ae13114619df3e4c195b41ad0575516f5ff6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 30 19:32:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 30 19:32:53 2020 +0200 |
tree | 9022b7f5f1c8bb1ab22660530244414e9b6cdd99 | |
parent | 7d333a900d260b8e8caa0fb159c85023fc8795bd [diff] [blame] |
patch 8.2.0482: channel and sandbox code not sufficiently tested Problem: Channel and sandbox code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5855)
diff --git a/src/version.c b/src/version.c index 4288be7..2e8420c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 482, +/**/ 481, /**/ 480,