To: vim_dev@googlegroups.com Subject: Patch 8.2.4680 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4680 Problem: Build failure without +postscript. Solution: Use another error message. Files: src/vim9execute.c, src/testdir/test_vim9_import.vim *** ../vim-8.2.4679/src/vim9execute.c 2022-04-03 21:11:31.027579244 +0100 --- src/vim9execute.c 2022-04-03 21:50:37.654148975 +0100 *************** *** 2637,2643 **** if (do_source(si->sn_name, FALSE, DOSO_NONE, NULL) == FAIL) { ! semsg(_(e_cant_open_file_str_2), si->sn_name); goto on_error; } } --- 2637,2643 ---- if (do_source(si->sn_name, FALSE, DOSO_NONE, NULL) == FAIL) { ! semsg(_(e_cant_open_file_str), si->sn_name); goto on_error; } } *** ../vim-8.2.4679/src/testdir/test_vim9_import.vim 2022-04-03 21:11:31.031579240 +0100 --- src/testdir/test_vim9_import.vim 2022-04-03 21:51:16.274125418 +0100 *************** *** 1001,1007 **** delete('XimportRelDel.vim') DoIt() END ! v9.CheckScriptFailure(lines, 'E456:') delete('XimportRel.vim') delete('XimportRel2.vim') --- 1001,1007 ---- delete('XimportRelDel.vim') DoIt() END ! v9.CheckScriptFailure(lines, 'E484:') delete('XimportRel.vim') delete('XimportRel2.vim') *** ../vim-8.2.4679/src/version.c 2022-04-03 21:30:25.022559205 +0100 --- src/version.c 2022-04-03 21:52:21.258084725 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4680, /**/ -- Q: What kind of stuff do you do? A: I collect hobbies. /// 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 ///