forked from aniani/vim
patch 9.0.0372: MS-Windows: "%T" time format does not appear to work
Problem: MS-Windows: "%T" time format does not appear to work. Solution: Use "%H:%M:%S" instead.
This commit is contained in:
@@ -101,7 +101,7 @@ func RunServer(cmd, testfunc, args)
|
||||
" Wait for some time for the port number to be there.
|
||||
let port = GetPort()
|
||||
if port == 0
|
||||
call assert_report(strftime("%T") .. " Can't start " .. a:cmd)
|
||||
call assert_report(strftime("%H:%M:%S") .. " Can't start " .. a:cmd)
|
||||
return
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user