commit | bdb620560b3199828f9852e9c9453d56e951a5f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 16 17:31:53 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 16 17:31:53 2012 +0200 |
tree | 3901feff854f6353d8f82127f936289ba5a73cf6 | |
parent | c2ece10274c01c50534bfdcd4d8a03229356101d [diff] [blame] |
updated for version 7.3.603 Problem: It is possible to add replace builtin functions by calling extend() on g:. Solution: Add a flag to a dict to indicate it is a scope. Check for existing functions. (ZyX)
diff --git a/src/version.c b/src/version.c index 4e17878..6bf9708 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 603, +/**/ 602, /**/ 601,