Patch 8.2.0623

6 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 23, 2020, 9:47:49 AM4/23/20
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages