File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" Test :retab
22
3+ source check.vim
4+
35func SetUp ()
46 new
57 call setline (1 , " \t a \t b c " )
@@ -90,6 +92,9 @@ func RetabLoop()
9092endfunc
9193
9294func Test_retab_endless ()
95+ " FIXME: why does this hang on MS-Windows?
96+ CheckNotMSWindows
97+
9398 " inside try/catch we catch the error message
9499 new
95100 call setline (1 , " \t 0\t " )
@@ -105,7 +110,7 @@ func Test_retab_endless()
105110endfunc
106111
107112func Test_nocatch_retab_endless ()
108- " FIXME: why does this hang on MS-Windows?
113+ " FIXME: does this hang on MS-Windows?
109114 CheckNotMSWindows
110115
111116 " not inside try/catch an interrupt is generated to get out of loops
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+ 5104 ,
737739/**/
738740 5103 ,
739741/**/
You can’t perform that action at this time.
0 commit comments