]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.146 v7.3.146
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Mar 2011 14:03:15 +0000 (16:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Mar 2011 14:03:15 +0000 (16:03 +0200)
commit4228bec0ae8ca2714289f5375b0435051e9b93ad
tree89c92757a4ee4719282e2aa435297bd63a3ec909
parent30fec7bc7fbc9c1b7d45b4616c5187fc63652eb2
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.
src/eval.c
src/version.c