To: vim_dev@googlegroups.com Subject: Patch 8.2.3806 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3806 Problem: Terminal focus test fails sometimes. Solution: Run the test function before others. Files: src/testdir/test_terminal.vim *** ../vim-8.2.3805/src/testdir/test_terminal.vim 2021-12-13 22:17:40.114951323 +0000 --- src/testdir/test_terminal.vim 2021-12-14 11:13:45.238061534 +0000 *************** *** 1124,1130 **** unlet g:job endfunc ! func Test_terminal_focus_events() CheckNotGui CheckUnix CheckRunVimInTerminal --- 1124,1131 ---- unlet g:job endfunc ! " Run this first, it fails when run after other tests. ! func Test_aa_terminal_focus_events() CheckNotGui CheckUnix CheckRunVimInTerminal *************** *** 1137,1144 **** set term=xterm ttymouse=xterm2 au FocusLost * call setline(1, 'I am lost') | set nomod au FocusGained * call setline(1, 'I am back') | set nomod - " FIXME: sometimes this job hangs, exit after a couple of seconds - call timer_start(2000, {id -> execute('qall')}) END call writefile(lines, 'XtermFocus') let buf = RunVimInTerminal('-S XtermFocus', #{rows: 6}) --- 1138,1143 ---- *** ../vim-8.2.3805/src/version.c 2021-12-14 09:34:37.285051286 +0000 --- src/version.c 2021-12-14 11:14:27.570052524 +0000 *************** *** 751,752 **** --- 751,754 ---- { /* Add new patch number below this line */ + /**/ + 3806, /**/ -- Due knot trussed yore spell chequer two fined awl miss steaks. /// 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 ///