diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-10 21:39:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-10 21:39:03 +0000 |
commit | 762838218feb223f53ab87d80928dadd991a1746 (patch) | |
tree | 37c11192be29cdf158aa1ac52eaee95df2a23083 /src/version.c | |
parent | 160aa86a9d5f4b99437bf48ef16400de33bf2f50 (diff) | |
download | vim-git-8.2.4058.tar.gz |
patch 8.2.4058: Vim9: import test failure in wrong linev8.2.4058
Problem: Vim9: import test failure in wrong line.
Solution: Adjust line number.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 40cf77f4c..f5e2ee0c2 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4058, +/**/ 4057, /**/ 4056, |