commit | 1ff9c44267ce487145d22d75a96370d7f96ae8dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 17 15:03:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 17 15:03:33 2022 +0100 |
tree | 367e77e1a7874ada16533809f9a552bfecc869a2 | |
parent | 40c141d333292d625907f4de13766cbbc2223911 [diff] [blame] |
patch 8.2.4972: Vim9: compilation fails when using dict member when skipping Problem: Vim9: compilation fails when using dict member when skipping. Solution: Do not generate ISN_USEDICT when skipping. (closes #10433)
diff --git a/src/version.c b/src/version.c index 10804ec..873b17b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4972, +/**/ 4971, /**/ 4970,