commit | b885a7c72c8fed5f14454633fb3ba9d77fff1c24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 22:02:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 22:02:11 2021 +0200 |
tree | da5176a63a18b6fcb7af5557d1cd936a19cf33cc | |
parent | c967d57aa9a6bede0f50c6986dcddc1dc035a354 [diff] [blame] |
patch 8.2.3130: Vim9: import test fails Problem: Vim9: import test fails. Solution: Rename directory back to "import", use "p" to avoid an error when the directory already exists.
diff --git a/src/version.c b/src/version.c index 6a59970..fb76c39 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3130, +/**/ 3129, /**/ 3128,