Patch 8.1.0732
Problem: Cannot build without the eval feature.
Solution: Make a copy of the sourced file name.
Files: src/ex_cmds2.c
*** ../vim-8.1.0731/src/ex_cmds2.c 2019-01-12 13:25:42.633479785 +0100
--- src/ex_cmds2.c 2019-01-12 15:00:20.296170451 +0100
***************
*** 4556,4562 ****
}
si = &SCRIPT_ITEM(current_sctx.sc_sid);
si->sn_name = fname_exp;
! fname_exp = NULL;
# ifdef UNIX
if (stat_ok)
{
--- 4556,4562 ----
}
si = &SCRIPT_ITEM(current_sctx.sc_sid);
si->sn_name = fname_exp;
! fname_exp = vim_strsave(si->sn_name); // used for autocmd
# ifdef UNIX
if (stat_ok)
{
***************
*** 4688,4695 ****
#endif
if (trigger_source_post)
! apply_autocmds(EVENT_SOURCEPOST, si->sn_name, si->sn_name,
! FALSE, curbuf);
theend:
vim_free(fname_exp);
--- 4688,4694 ----
#endif
if (trigger_source_post)
! apply_autocmds(EVENT_SOURCEPOST, fname_exp, fname_exp, FALSE, curbuf);
theend:
vim_free(fname_exp);
*** ../vim-8.1.0731/src/version.c 2019-01-12 14:24:22.627597552 +0100
--- src/version.c 2019-01-12 15:14:48.038083702 +0100
***************
*** 797,798 ****
--- 797,800 ----
{ /* Add new patch number below this line */
+ /**/
+ 732,
/**/
--
hundred-and-one symptoms of being an internet addict:
170. You introduce your wife as "[email protected]" and refer to your
children as "forked processes."
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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].
For more options, visit https://groups.google.com/d/optout.