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.
30 lines
381 B
Plaintext
30 lines
381 B
Plaintext
:Unite vesting:./test/tsClient
|
|
*
|
|
:call unite#action#do('start')
|
|
k
|
|
ygg
|
|
:winc j
|
|
p
|
|
:%s/\n\s*\[OK\].*\s/+/g
|
|
:%s/\s\+/ /g
|
|
:%s/^\s\+\[Vest\]/[Vest]/g
|
|
:w! test/test_result.log
|
|
gg
|
|
dG
|
|
:winc k
|
|
q
|
|
q
|
|
:Unite vesting:./test/es6import
|
|
*
|
|
:call unite#action#do('start')
|
|
k
|
|
ygg
|
|
:winc j
|
|
p
|
|
:%s/\n\s*\[OK\].*\s/+/g
|
|
:%s/\s\+/ /g
|
|
:%s/^\s\+\[Vest\]/[Vest]/g
|
|
:w! >> test/test_result.log
|
|
:quitall!
|
|
vim:ft=vim
|