File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1594,7 +1594,11 @@ func Test_gui_dialog_file()
15941594 confirm qa
15951595 END
15961596 call writefile (lines , ' Xlines' )
1597- execute ' !' .. GetVimCommand () .. ' -g -f --clean --gui-dialog-file Xdialog -S Xlines'
1597+ let prefix = ' !'
1598+ if has (' win32' )
1599+ let prefix = ' !start '
1600+ endif
1601+ execute prefix .. GetVimCommand () .. ' -g -f --clean --gui-dialog-file Xdialog -S Xlines'
15981602
15991603 call WaitForAssert ({- > assert_true (filereadable (' Xdialog' ))})
16001604 call assert_match (' Question: Save changes to "Xfile"?' , readfile (' Xdialog' )- >join (' <NL>' ))
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+ 5112 ,
737739/**/
738740 5111 ,
739741/**/
You can’t perform that action at this time.
0 commit comments