commit | 2142e5d85112f37e68374c81612d6277c6aaaf0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 15:19:43 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 15:19:43 2013 +0100 |
tree | 51961c2d01a55f7523cc24ebdef7e61668e94eb5 | |
parent | 452ff5bdc780029912387819bb50c7c2031344f1 [diff] [blame] |
updated for version 7.3.824 Problem: Can redefine builtin functions. (ZyX) Solution: Disallow adding a function to g:.
diff --git a/src/version.c b/src/version.c index ca9b006..fff1f7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 824, +/**/ 823, /**/ 822,