Currently, I tried GitHub Actions CI flow in PR #701 . Just now fix in Windows performance base problem (root cause same as #716 I think) Windows `timer_start()` delay bootup vs. other system. In slack via https://vim-jp.slack.com/archives/CLKR04BEF/p1580701871018800 ```text let g:start = reltime() | call timer_start(0, {-> execute("echom reltimestr(reltime(g:start))", "")}) Windows GUI: 6ms Windows CUI: 0.8ms WSL GUI: 5ms WSL CUI: 0.1ms ``` I've temporarily fix https://github.com/tsuyoshicho/vital.vim/commit/3ada77ed82770102c2f38c0265e49b9137f4ca73 This fix is correct? , and/or if it is needed importing to vita.vim master?. (I care if I misunderstand my test intent and destroy it.) see also https://github.com/vim-jp/vital.vim/commit/aac5a0c09380f88f1af59052e4a0af71f15a5607