We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6a327e + ce0900f commit c3c0332Copy full SHA for c3c0332
test/fixit.test.vim
@@ -24,7 +24,7 @@ function! Test_Ranged_Fixit_Works()
24
25
function! SelectEntry( id ) closure
26
redraw
27
- call test_feedinput( "3\<CR>" )
+ call test_feedinput( "4\<CR>" )
28
endfunction
29
30
call timer_start( 5000, funcref( 'SelectEntry' ) )
0 commit comments