]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0888: the a: dict is not immutable as documented v8.1.0888
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 21:14:27 +0000 (22:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 21:14:27 +0000 (22:14 +0100)
commit31b816042fca879b11965ddd75287732563ba698
tree44495d2a1b5b7167e29b87be6bb96ad6e71549e4
parent9474716d39764ac5642e55b5548580cf53bd9bed
patch 8.1.0888: the a: dict is not immutable as documented

Problem:    The a: dict is not immutable as documented.
Solution:   Make the a:dict immutable, add a test. (Ozaki Kiichi, Yasuhiro
            Matsumoto, closes #3929)
src/eval.c
src/testdir/test_let.vim
src/testdir/test_listdict.vim
src/userfunc.c
src/version.c