1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-02-10 22:14:27 +01:00
parent 9474716d39
commit 31b816042f
5 changed files with 210 additions and 9 deletions

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
888,
/**/
887,
/**/