| 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] |
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)