To: vim_dev@googlegroups.com Subject: Patch 8.2.4068 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///