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 -- 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 ///