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 -- [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/20220403205324.44CD21C0561%40moolenaar.net.