]> granicus.if.org Git - vim/commit
patch 8.2.0641: Vim9: not expanded in :hardcopy and syn-include v8.2.0641
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Apr 2020 11:50:41 +0000 (13:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Apr 2020 11:50:41 +0000 (13:50 +0200)
commit6378c4fef37df05c99e8a43616063b4ddb692876
treeec861e06b203e764b5fad2cb92c38f30b66f919e
parentcfe435d7feacf123ac060747b885f7c4328062ea
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".
src/ex_cmds.h
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c
src/vim9execute.c