File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ func Test_retab_error()
8282 call assert_fails (' ret 80000000000000000000' , ' E475:' )
8383endfunc
8484
85- func Test_retab_endless ()
85+ " FIXME: the try/catch does not catch the interrupt
86+ func FIXME_Test_retab_endless ()
8687 new
8788 call setline (1 , " \t 0\t " )
8889 let caught = ' no'
@@ -91,9 +92,10 @@ func Test_retab_endless()
9192 set ts = 4000
9293 retab 4
9394 endwhile
94- catch /E1240/
95- let caught = ' yes '
95+ catch
96+ let caught = v: exception
9697 endtry
98+ call assert_notequal (' no' , caught)
9799 bwipe!
98100 set tabstop &
99101endfunc
Original file line number Diff line number Diff line change @@ -734,6 +734,8 @@ static char *(features[]) =
734734
735735static int included_patches [] =
736736{ /* Add new patch number below this line */
737+ /**/
738+ 5082 ,
737739/**/
738740 5081 ,
739741/**/
You can’t perform that action at this time.
0 commit comments