Patch 8.2.4680

5 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 3, 2022, 4:53:28 PM4/3/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages