commit | 6e65d594aa33be11f6074f26e9ff81b52504c62b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 07 22:11:27 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 07 22:11:27 2017 +0100 |
tree | a3c542e974c6c576792e6b3c7541907926e1b445 | |
parent | 23c1b2b018c8121ca5fcc247e37966428bf8ca66 [diff] [blame] |
patch 8.0.1377: cannot call a dict function in autoloaded dict Problem: Cannot call a dict function in autoloaded dict. Solution: Call get_lval() passing the read-only flag.
diff --git a/src/version.c b/src/version.c index 4361c38..7fe7e8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1377, +/**/ 1376, /**/ 1375,