Patch 8.2.1925 (after 8.2.1924)
Problem: List/dict test fails.
Solution: Correct expected exception.
File: src/testdir/test_listdict.vim
*** ../vim-8.2.1924/src/testdir/test_listdict.vim 2020-10-10
16:42:36.379910364 +0200
--- src/testdir/test_listdict.vim 2020-10-30 19:03:24.909410703 +0100
***************
*** 241,249 ****
try
let n = d[1500]
catch
! let str=substitute(v:exception, '\v(.{14}).*( \d{4}).*', '\1\2', '')
endtry
! call assert_equal('Vim(let):E716: 1500', str)
" lookup each items
for i in range(1500)
--- 241,249 ----
try
let n = d[1500]
catch
! let str = substitute(v:exception, '\v(.{14}).*( "\d{4}").*', '\1\2', '')
endtry
! call assert_equal('Vim(let):E716: "1500"', str)
" lookup each items
for i in range(1500)
*** ../vim-8.2.1924/src/version.c 2020-10-30 18:32:57.430698692 +0100
--- src/version.c 2020-10-30 19:04:19.977256098 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1925,
/**/
--
hundred-and-one symptoms of being an internet addict:
157. You fum through a magazine, you first check to see if it has a web
address.
/// 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/202010301806.09UI6i8Q2774029%40masaka.moolenaar.net.