mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -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()
|
||||
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()
|
||||
|
Reference in New Issue
Block a user