To: vim_dev@googlegroups.com Subject: Patch 8.2.0623 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0623 Problem: Typo in test comment. (Christ van Willegen) Solution: Avoid mixing up a data structure with a body part. Files: src/testdir/test_listdict.vim *** ../vim-8.2.0622/src/testdir/test_listdict.vim 2020-04-23 13:37:59.494978699 +0200 --- src/testdir/test_listdict.vim 2020-04-23 15:44:16.406967925 +0200 *************** *** 547,553 **** call assert_equal({'a': 99, 'b': 100}, d) endfunc ! " Cannot use += with a locked dick func Test_dict_lock_operator() unlet! d let d = {} --- 547,553 ---- call assert_equal({'a': 99, 'b': 100}, d) endfunc ! " Cannot use += with a locked dict func Test_dict_lock_operator() unlet! d let d = {} *** ../vim-8.2.0622/src/version.c 2020-04-23 15:41:21.867364624 +0200 --- src/version.c 2020-04-23 15:46:14.818700936 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 623, /**/ -- A)bort, R)etry, P)lease don't bother me again /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///