commit | af2d5d2ce26029a47547c05be964e749bb0310d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 07 22:35:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 07 22:35:34 2021 +0200 |
tree | 02424ca9cb8585589a84108d431e47aa643fac79 | |
parent | 6853c38b78fe5333f95470e1ff3ca6741247e600 [diff] [blame] |
patch 8.2.3412: Vim9: importing the wrong file Problem: Vim9: importing the wrong file. Solution: Correct the file name. Delete the file afterwards.
diff --git a/src/version.c b/src/version.c index e5facba..81845b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3412, +/**/ 3411, /**/ 3410,