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:
@@ -43,7 +43,8 @@ endfunc
|
|||||||
|
|
||||||
func GetCompilerNames()
|
func GetCompilerNames()
|
||||||
return glob('$VIMRUNTIME/compiler/*.vim', 0, 1)
|
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
|
endfunc
|
||||||
|
|
||||||
func Test_compiler_without_arg()
|
func Test_compiler_without_arg()
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2038,
|
||||||
/**/
|
/**/
|
||||||
2037,
|
2037,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user