aj3423
aj3423
Got it, but I don't know much about QT or Rust. This is not a major problem anyway. Thanks for the great and stable **nvim-qt** :)
我是用的cmake生成nmake工程,再用nmake编译。我试了cmake可以关掉颜色 `SET(CMAKE_COLOR_MAKEFILE OFF)`,在cmd下打nmake的确完全没颜色了,但再用 :AsyncRun 还是有一堆上图的输出,但区别是这次能把错误也显示进来了。  剩下的这些可能是啥情况。。
same here with 0.9.0
Just tried the main branch, which shows version v0.8.0, problem still exists. And I cannot reopen this issue, there is no ‘reopen‘ button..
This problem still exists in verion 0.9.0.
Just noticed that version 0.9 is released, and there is "No more random freeze at startup" in the release log, I compiled from the latest source, but it's still freezes...
And capturing screenshot of background window, looking forward to it :)
Found the solution: :Guitabline 0
I found this is caused by using sessions when *sessionoptions* `resize` is set, I configured it like: ``` vim.opt.sessionoptions:append('resize,winpos,....') ``` I just removed the `resize`: ``` vim.opt.sessionoptions:append('winpos,....') ``` and the...
@deadprogram I checked `/var/log/apt/history.log`, I didn't upgrade in 48 hours, but I did hibernate the PC yesterday and restored it this morning. I thought maybe the hibernation causes it so...