You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
465 B
VimL

scriptencoding utf-8
Context Vesting.run()
It checks TSServer's status after startTss.
call tsuquyomi#tsClient#startTss()
Should tsuquyomi#tsClient#statusTss() == 'run'
call tsuquyomi#tsClient#stopTssSync()
End
It checks TSServer's status after stopTssSync
call tsuquyomi#tsClient#startTss()
call tsuquyomi#tsClient#startTss()
call tsuquyomi#tsClient#stopTssSync()
Should tsuquyomi#tsClient#statusTss() == 'dead'
End
End
Fin