patch 9.1.1102: tests: Test_WinScrolled_Resized_eiw() uses wrong filename Commit: https://github.com/vim/vim/commit/bfc7719e48ffc365ee0a1bd1888120d26b6365f0 Author: Christian Brabandt <c...@256bit.org> Date: Tue Feb 11 20:03:10 2025 +0100
patch 9.1.1102: tests: Test_WinScrolled_Resized_eiw() uses wrong filename Problem: tests: Test_WinScrolled_Resized_eiw() uses wrong filename (Luuk van Baal, after v9.1.1084) Solution: Rename the filename to something more unique Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index bcb0f592b..54558b043 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim @@ -4962,8 +4962,8 @@ func Test_WinScrolled_Resized_eiw() au WinScrolled * let [g:afile,g:scrolled] = [expand('<afile>'),g:scrolled+1] au WinResized * let [g:afile,g:resized] = [expand('<afile>'),g:resized+1] END - call writefile(lines, 'Xtest_winscrolled_mouse', 'D') - let buf = RunVimInTerminal('-S Xtest_winscrolled_mouse', {'rows': 10}) + call writefile(lines, 'Xtest_winscrolled_eiw', 'D') + let buf = RunVimInTerminal('-S Xtest_winscrolled_eiw', {'rows': 10}) " Both windows are ignoring resize events call term_sendkeys(buf, "\<C-W>-") diff --git a/src/version.c b/src/version.c index cb0a83286..123c10672 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1102, /**/ 1101, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1thvit-0036lM-IK%40256bit.org.