commit | b334137acffd7a2b2ab8524e54d4c55ebf4518ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 18:57:45 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 18:57:45 2021 +0000 |
tree | b6aae7de00566795aeb04bd264630f3fdc484474 | |
parent | 7509ad8b0fad56f88288977decbeca3640406c82 [diff] [blame] |
patch 8.2.3810: Vim9: expr4 test fails on MS-Windows Problem: Vim9: expr4 test fails on MS-Windows. Solution: Do not give an error for a missing function name when skipping.
diff --git a/src/version.c b/src/version.c index c7f6fe7..6ce7173 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3810, +/**/ 3809, /**/ 3808,