commit | f479cac084c7ddd9f20944c8978d39f3ef092868 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 12 12:54:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 12 12:54:55 2022 +0000 |
tree | bf492c6ec32731b36f1db04e2fa13130818c6296 | |
parent | f111cdfae6edf697390e0d9a85082a6526b03da6 [diff] [blame] |
patch 8.2.4068: Vim9: import test fails Problem: Vim9: import test fails. Solution: Add missing change.
diff --git a/src/version.c b/src/version.c index adf2175..74b03e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4068, +/**/ 4067, /**/ 4066,