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 -- [email protected] -- 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 ///
--
--
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/202004231347.03NDlg7k032617%40masaka.moolenaar.net.