To: vim_dev@googlegroups.com Subject: Patch 8.2.4651 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4651 (after 8.2.4650) Problem: Test fails because path differs. Solution: Only compare the tail of the path. Files: src/testdir/test_vim9_disassemble.vim *** ../vim-8.2.4650/src/testdir/test_vim9_disassemble.vim 2022-03-30 21:12:16.455923056 +0100 --- src/testdir/test_vim9_disassemble.vim 2022-03-30 21:56:03.364453784 +0100 *************** *** 334,340 **** var res = execute('disass AutoloadFunc') assert_match('\d*_AutoloadFunc.*' .. 'echo XimportAL.SomeFunc()\_s*' .. ! '\d SOURCE /home/mool/vim/vim82/src/testdir/XimportAL.vim\_s*' .. '\d PUSHFUNC "<80>R\d\+_SomeFunc"\_s*' .. '\d PCALL top (argc 0)\_s*' .. '\d PCALL end\_s*' .. --- 334,340 ---- var res = execute('disass AutoloadFunc') assert_match('\d*_AutoloadFunc.*' .. 'echo XimportAL.SomeFunc()\_s*' .. ! '\d SOURCE .*/testdir/XimportAL.vim\_s*' .. '\d PUSHFUNC "<80>R\d\+_SomeFunc"\_s*' .. '\d PCALL top (argc 0)\_s*' .. '\d PCALL end\_s*' .. *** ../vim-8.2.4650/src/version.c 2022-03-30 21:12:16.455923056 +0100 --- src/version.c 2022-03-30 21:57:24.180390352 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4651, /**/ -- Michael: There is no such thing as a dump question. Bernard: Sure there is. For example "what is a core dump?" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///