diff --git a/test/fixit.test.vim b/test/fixit.test.vim index 5af9b1b78..430cf466b 100644 --- a/test/fixit.test.vim +++ b/test/fixit.test.vim @@ -24,7 +24,7 @@ function! Test_Ranged_Fixit_Works() function! SelectEntry( id ) closure redraw - call test_feedinput( "3\" ) + call test_feedinput( "4\" ) endfunction call timer_start( 5000, funcref( 'SelectEntry' ) )