Skip to content

Commit

Permalink
New JDT once again reordered ranged fixits
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Feb 18, 2024
1 parent b6a327e commit ce0900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixit.test.vim
Expand Up @@ -24,7 +24,7 @@ function! Test_Ranged_Fixit_Works()

function! SelectEntry( id ) closure
redraw
call test_feedinput( "3\<CR>" )
call test_feedinput( "4\<CR>" )
endfunction

call timer_start( 5000, funcref( 'SelectEntry' ) )
Expand Down

0 comments on commit ce0900f

Please sign in to comment.