commit | 05c00c038bc16e862e17f9e5c8d5a72af6cf7788 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 11 22:00:11 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 11 22:00:11 2019 +0100 |
tree | 4c7015c7adc01116b60c8a6b19f71d7335f38b93 | |
parent | 5a6698169d10833abad88c98e5a332ddde5d110d [diff] [blame] |
patch 8.1.0897: can modify a:000 when using a reference Problem: Can modify a:000 when using a reference. Solution: Make check for locked variable stricter. (Ozaki Kiichi, closes #3930)
diff --git a/src/version.c b/src/version.c index 6e3c6f4..6e3d780 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 897, +/**/ 896, /**/ 895,