commit | 762838218feb223f53ab87d80928dadd991a1746 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 21:39:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 21:39:03 2022 +0000 |
tree | 37c11192be29cdf158aa1ac52eaee95df2a23083 | |
parent | 160aa86a9d5f4b99437bf48ef16400de33bf2f50 [diff] [blame] |
patch 8.2.4058: Vim9: import test failure in wrong line Problem: Vim9: import test failure in wrong line. Solution: Adjust line number.
diff --git a/src/version.c b/src/version.c index 40cf77f..f5e2ee0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4058, +/**/ 4057, /**/ 4056,