Patch 8.2.1791
Problem: Vim9: debugger test fails.
Solution: Use "var" instead of "let".
Files: src/testdir/test_debugger.vim
*** ../vim-8.2.1790/src/testdir/test_debugger.vim 2020-09-23 22:38:01.503927513 +0200
--- src/testdir/test_debugger.vim 2020-10-03 14:05:54.063751524 +0200
***************
*** 859,865 ****
vim9script
def DoAThing(): number
! let a = 100 * 2
a += 3
return a
enddef
--- 859,865 ----
vim9script
def DoAThing(): number
! var a = 100 * 2
a += 3
return a
enddef
*** ../vim-8.2.1790/src/version.c 2020-10-03 13:57:09.289123803 +0200
--- src/version.c 2020-10-03 14:06:36.043639618 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1791,
/**/
--
In many of the more relaxed civilizations on the Outer Eastern Rim of the
Galaxy, "The Hitchhiker's Guide to the Galaxy" has already supplanted the
great "Encyclopedia Galactica" as the standard repository of all knowledge
and wisdom, for though it has many omissions and contains much that is
apocryphal, or at least wildly inaccurate, it scores over the older, more
pedestrian work in two important respects.
First, it is slightly cheaper; and second, it has the words "DON'T PANIC"
inscribed in large friendly letters on its cover.
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
/// 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 ///