Hi, On Thu, Apr 23, 2020 at 6:28 AM Christ van Willegen <[email protected]> wrote:
> 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.. > > :-). Yes. Thanks for noticing the typo. Regards, Yegappan > Christ van Willegen > > -- -- 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/CAAW7x7kq94BL28O4Z12rab56nK3%3DCHVHR3C%2BkJb1WAwBqrZaTw%40mail.gmail.com.
