mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.0641: Vim9: not expanded in :hardcopy and syn-include
Problem: Vim9: not expanded in :hardcopy and "syntax include". Solution: Add the EX_EXPAND flag. Expend "syntax include".
This commit is contained in:
@@ -645,6 +645,7 @@ call_def_function(
|
||||
{
|
||||
// execute Ex command line
|
||||
case ISN_EXEC:
|
||||
SOURCING_LNUM = iptr->isn_lnum;
|
||||
do_cmdline_cmd(iptr->isn_arg.string);
|
||||
break;
|
||||
|
||||
@@ -682,6 +683,7 @@ call_def_function(
|
||||
}
|
||||
}
|
||||
|
||||
SOURCING_LNUM = iptr->isn_lnum;
|
||||
do_cmdline_cmd(cmd);
|
||||
vim_free(cmd);
|
||||
}
|
||||
|
Reference in New Issue
Block a user