Hi, typo below. On Thu, Apr 23, 2020 at 1:38 PM Bram Moolenaar <[email protected]> wrote: > Patch 8.2.0619 > Problem: Null dict is not handled like an empty dict. > Solution: Fix the code and add tests. (Yegappan Lakshmanan, closes #5968) > Files: src/dict.c, src/eval.c, src/testdir/test_blob.vim, > src/testdir/test_expr.vim, src/testdir/test_filter_map.vim, > src/testdir/test_let.vim, src/testdir/test_listdict.vim, > src/testdir/test_search.vim, src/testdir/test_unlet.vim, > src/testdir/test_usercommands.vim, src/testdir/test_vimscript.vim > > > *** ../vim-8.2.0618/src/testdir/test_listdict.vim 2020-04-20 > 16:49:56.705830066 +0200 > --- src/testdir/test_listdict.vim 2020-04-23 13:01:08.432900291 +0200 > *************** > *** 529,534 **** > --- 547,561 ---- > call assert_equal({'a': 99, 'b': 100}, d) > endfunc > > + " Cannot use += with a locked dick
This is probably true, but I guess you meant 'dict' here.. Christ van Willegen -- 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CA%2BOt1Owi-0PwefzB3m6yTBGj0pbC45EFvTy88bwZBe1tSXHYkQ%40mail.gmail.com.
