diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-12-07 22:11:27 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-12-07 22:11:27 +0100 |
commit | 6e65d594aa33be11f6074f26e9ff81b52504c62b (patch) | |
tree | a3c542e974c6c576792e6b3c7541907926e1b445 /src/Makefile | |
parent | 23c1b2b018c8121ca5fcc247e37966428bf8ca66 (diff) | |
download | vim-git-6e65d594aa33be11f6074f26e9ff81b52504c62b.tar.gz |
patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377
Problem: Cannot call a dict function in autoloaded dict.
Solution: Call get_lval() passing the read-only flag.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 7ccd76699..2a66a02de 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2120,6 +2120,7 @@ test_arglist \ test_assign \ test_autochdir \ test_autocmd \ + test_autoload \ test_backspace_opt \ test_breakindent \ test_bufline \ |