commit | 7d941ee032c02a4b682201881eb5c1f1958f17ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 14:11:58 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 14:11:58 2020 +0100 |
tree | 08cf73a141fc89f6842fa1234b70caa6b7215eca | |
parent | cf3f8bf4ddfbc0f5ce53f0c9270dc15567f4feea [diff] [blame] |
patch 8.2.0450: not enough testing for restricted mode and function calls Problem: Not enough testing for restricted mode and function calls. Solution: Add more tests. (Yegappan Lakshmanan, closes #5847)
diff --git a/src/version.c b/src/version.c index 0d7b641..0fecc97 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 450, +/**/ 449, /**/ 448,