To: vim_dev@googlegroups.com Subject: Patch 8.2.1109 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///