| commit | 4228bec0ae8ca2714289f5375b0435051e9b93ad | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 16:03:15 2011 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 16:03:15 2011 +0200 |
| tree | 89c92757a4ee4719282e2aa435297bd63a3ec909 | |
| parent | 30fec7bc7fbc9c1b7d45b4616c5187fc63652eb2 [diff] |
updated for version 7.3.146
Problem: It's possible to assign to a read-only member of a dict.
It's possible to create a global variable "0". (ZyX)
It's possible to add a v: variable with ":let v:.name = 1".
Solution: Add check for dict item being read-only.
Check the name of g: variables.
Disallow adding v: variables.