0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2038: compiler test fails on MS-Windows

Problem:    Compiler test fails on MS-Windows.
Solution:   Sort the found compiler plugin names.
This commit is contained in:
Bram Moolenaar
2020-11-23 21:39:14 +01:00
parent 60bc8e7244
commit 142f23544c
2 changed files with 4 additions and 1 deletions

View File

@@ -43,7 +43,8 @@ endfunc
func GetCompilerNames()
return glob('$VIMRUNTIME/compiler/*.vim', 0, 1)
\ ->map({k, v -> substitute(v, '.*[\\/]\([a-zA-Z0-9_\-]*\).vim', '\1', '')})
\ ->map({i, v -> substitute(v, '.*[\\/]\([a-zA-Z0-9_\-]*\).vim', '\1', '')})
\ ->sort()
endfunc
func Test_compiler_without_arg()

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2038,
/**/
2037,
/**/