Suggest: local detect problem and solution / Windows timer_start bootup delay fix
@tsuyoshicho is already working on this.
Since Feb 5, 2020.
- Dominant language
- Vim Script
- Stars
- 587
- Forks
- 64
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 1
Description
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
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.