Mirror of the Vim source from https://github.com/vim/vim
Révision | 1e1422df34e361aa6b4f137e3626ec83f694d8eb (tree) |
---|---|
l'heure | 2020-11-24 05:45:03 |
Auteur | Bram Moolenaar <Bram@vim....> |
Commiter | Bram Moolenaar |
patch 8.2.2038: compiler test fails on MS-Windows
Commit: https://github.com/vim/vim/commit/142f23544c7045b22e56fa6ee35808aceb6342f2
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 23 21:39:14 2020 +0100
@@ -43,7 +43,8 @@ | ||
43 | 43 | |
44 | 44 | func GetCompilerNames() |
45 | 45 | return glob('$VIMRUNTIME/compiler/*.vim', 0, 1) |
46 | - \ ->map({k, v -> substitute(v, '.*[\\/]\([a-zA-Z0-9_\-]*\).vim', '\1', '')}) | |
46 | + \ ->map({i, v -> substitute(v, '.*[\\/]\([a-zA-Z0-9_\-]*\).vim', '\1', '')}) | |
47 | + \ ->sort() | |
47 | 48 | endfunc |
48 | 49 | |
49 | 50 | func Test_compiler_without_arg() |
@@ -751,6 +751,8 @@ | ||
751 | 751 | static int included_patches[] = |
752 | 752 | { /* Add new patch number below this line */ |
753 | 753 | /**/ |
754 | + 2038, | |
755 | +/**/ | |
754 | 756 | 2037, |
755 | 757 | /**/ |
756 | 758 | 2036, |