commit | 6378c4fef37df05c99e8a43616063b4ddb692876 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 26 13:50:41 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 26 13:50:41 2020 +0200 |
tree | ec861e06b203e764b5fad2cb92c38f30b66f919e | |
parent | cfe435d7feacf123ac060747b885f7c4328062ea [diff] [blame] |
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".
diff --git a/src/version.c b/src/version.c index 233106b..3829af5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 641, +/**/ 640, /**/ 639,