commit | 6206877c511c636cbeb2a2b911451af316b62d00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 09:01:38 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 09:01:38 2021 +0000 |
tree | 833e2ffe7891be0d15611497aa72eef44015b36d | |
parent | 829c8e87e2d99b9d87c9c745e74750177c0298df [diff] [blame] |
patch 8.2.3804: script context not set when copying 'swf' and 'ts' Problem: Script context not set when copying 'swf' and 'ts'. Solution: Use COPY_OPT_SCTX with the right argument. (closes #9347)
diff --git a/src/version.c b/src/version.c index 7af9577..df439e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3804, +/**/ 3803, /**/ 3802,