Patch 8.2.4068 (after 8.2.4066)
Problem: Vim9: import test fails.
Solution: Add missing change.
Files: src/scriptfile.c
*** ../vim-8.2.4067/src/scriptfile.c 2022-01-10 19:21:03.258138706 +0000
--- src/scriptfile.c 2022-01-12 11:17:12.872207646 +0000
***************
*** 1274,1280 ****
// See if we loaded this script before.
sid = find_script_by_name(fname_exp);
! if (sid > 0 && ret_sid != NULL)
{
// Already loaded and no need to load again, return here.
*ret_sid = sid;
--- 1274,1281 ----
// See if we loaded this script before.
sid = find_script_by_name(fname_exp);
! if (sid > 0 && ret_sid != NULL
! && SCRIPT_ITEM(sid)->sn_state != SN_STATE_NOT_LOADED)
{
// Already loaded and no need to load again, return here.
*ret_sid = sid;
*** ../vim-8.2.4067/src/version.c 2022-01-12 12:48:07.514194366 +0000
--- src/version.c 2022-01-12 12:54:40.464799389 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4068,
/**/
--
GALAHAD turns back. We see from his POV the lovely ZOOT standing by him
smiling enchantingly and a number of equally delectable GIRLIES draped
around in the seductively poulticed room. They look at him smilingly and
wave.
"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/ ///
\\\ 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/20220112125620.F00CA1C05F1%40moolenaar.net.