To: vim_dev@googlegroups.com Subject: Patch 8.2.4020 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4020 (after 8.2.4019) Problem: Debugger test fails. Solution: Fix import statement. Files: src/testdir/test_debugger.vim *** ../vim-8.2.4019/src/testdir/test_debugger.vim 2022-01-02 17:28:52.668030190 +0000 --- src/testdir/test_debugger.vim 2022-01-06 21:29:50.299583856 +0000 *************** *** 891,897 **** CheckCWD let file1 =<< trim END vim9script ! import File2Function from './Xtest2.vim' def SourceAnotherFile() source Xtest2.vim --- 891,897 ---- CheckCWD let file1 =<< trim END vim9script ! import './Xtest2.vim' as imp def SourceAnotherFile() source Xtest2.vim *************** *** 899,905 **** def CallAFunction() SourceAnotherFile() ! File2Function() enddef def g:GlobalFunction() --- 899,905 ---- def CallAFunction() SourceAnotherFile() ! imp.File2Function() enddef def g:GlobalFunction() *** ../vim-8.2.4019/src/version.c 2022-01-06 21:10:24.473027854 +0000 --- src/version.c 2022-01-06 21:30:48.891397024 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4020, /**/ -- hundred-and-one symptoms of being an internet addict: 241. You try to look for Net Search even when you're in File Manager. /// 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 ///