commit | 31b816042fca879b11965ddd75287732563ba698 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 22:14:27 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 22:14:27 2019 +0100 |
tree | 44495d2a1b5b7167e29b87be6bb96ad6e71549e4 | |
parent | 9474716d39764ac5642e55b5548580cf53bd9bed [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 94825f8..e31b7ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 888, +/**/ 887, /**/ 886,