Patch 8.2.1109 (after 8.2.1106)
Problem: Still crashing when using s:variable.
Solution: Remove assignment. (Ken Takata)
Files: src/vim9compile.c
*** ../vim-8.2.1108/src/vim9compile.c 2020-07-01 14:38:05.201300224 +0200
--- src/vim9compile.c 2020-07-01 15:58:36.289613937 +0200
***************
*** 2336,2342 ****
imported_T *
find_imported(char_u *name, size_t len, cctx_T *cctx)
{
! scriptitem_T *si = SCRIPT_ITEM(current_sctx.sc_sid);
int idx;
if (current_sctx.sc_sid <= 0)
--- 2336,2342 ----
imported_T *
find_imported(char_u *name, size_t len, cctx_T *cctx)
{
! scriptitem_T *si;
int idx;
if (current_sctx.sc_sid <= 0)
*** ../vim-8.2.1108/src/version.c 2020-07-01 15:49:26.304450505 +0200
--- src/version.c 2020-07-01 16:00:31.760996971 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1109,
/**/
--
CART DRIVER: Bring out your dead!
There are legs stick out of windows and doors. Two MEN are fighting in the
mud - covered from head to foot in it. Another MAN is on his hands in
knees shovelling mud into his mouth. We just catch sight of a MAN falling
into a well.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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/202007011401.061E1CIM1175665%40masaka.moolenaar.net.