From ce0900f9ef8c4aef5b7e022c71900324e9792b63 Mon Sep 17 00:00:00 2001 From: Boris Staletic Date: Sun, 18 Feb 2024 20:13:45 +0100 Subject: [PATCH] New JDT once again reordered ranged fixits --- test/fixit.test.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixit.test.vim b/test/fixit.test.vim index 5af9b1b788..430cf466ba 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' ) )