To: vim_dev@googlegroups.com Subject: Patch 8.2.2038 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2038 Problem: Compiler test fails on MS-Windows. Solution: Sort the found compiler plugin names. Files: src/testdir/test_compiler.vim *** ../vim-8.2.2037/src/testdir/test_compiler.vim 2020-11-23 21:24:52.420472730 +0100 --- src/testdir/test_compiler.vim 2020-11-23 21:37:32.042860183 +0100 *************** *** 43,49 **** func GetCompilerNames() return glob('$VIMRUNTIME/compiler/*.vim', 0, 1) ! \ ->map({k, v -> substitute(v, '.*[\\/]\([a-zA-Z0-9_\-]*\).vim', '\1', '')}) endfunc func Test_compiler_without_arg() --- 43,50 ---- func GetCompilerNames() return glob('$VIMRUNTIME/compiler/*.vim', 0, 1) ! \ ->map({i, v -> substitute(v, '.*[\\/]\([a-zA-Z0-9_\-]*\).vim', '\1', '')}) ! \ ->sort() endfunc func Test_compiler_without_arg() *** ../vim-8.2.2037/src/version.c 2020-11-23 21:24:52.420472730 +0100 --- src/version.c 2020-11-23 21:38:55.526637561 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2038, /**/ -- Not too long ago, compress was something you did to garbage... /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///