Skip to content

Commit bfc7719

Browse files
committed
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 <[email protected]>
1 parent 40891ba commit bfc7719

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/testdir/test_autocmd.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4962,8 +4962,8 @@ func Test_WinScrolled_Resized_eiw()
49624962
au WinScrolled * let [g:afile,g:scrolled] = [expand('<afile>'),g:scrolled+1]
49634963
au WinResized * let [g:afile,g:resized] = [expand('<afile>'),g:resized+1]
49644964
END
4965-
call writefile(lines, 'Xtest_winscrolled_mouse', 'D')
4966-
let buf = RunVimInTerminal('-S Xtest_winscrolled_mouse', {'rows': 10})
4965+
call writefile(lines, 'Xtest_winscrolled_eiw', 'D')
4966+
let buf = RunVimInTerminal('-S Xtest_winscrolled_eiw', {'rows': 10})
49674967

49684968
" Both windows are ignoring resize events
49694969
call term_sendkeys(buf, "\<C-W>-")

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1102,
707709
/**/
708710
1101,
709711
/**/

0 commit comments

Comments
 (0)