Dominique Pellé
Dominique Pellé
My project builds on Linux, macOS and Android. If I call `tracy::SetThreadName("thread-name")`, I then get the expected current thread name (i.e. `"thread-name"`) on Linux or Android using: ``` tracy::GetThreadName(tracy::GetThreadHandle()) ```...
# Issue Prelude **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your issue:** - [x] I have read and understood YCM's...
Using `vim --startup startup.log`, I see that the plugin vim-rtags takes quite some time at startup. I have several plugins installed and vim-rtags is the slowest. Is there a reason...
I press \rj to jump to the definition of a c++ symbol and I get: ``` Error detected while processing function 6[1]..rtags#HandleResults[11]..rtags#ExecuteHandlers[6]..rtags#JumpToHandler: line 11: E688: More targets than List items...
### Steps to reproduce The game https://github.com/vim/killersheep which can be started with `:KillKillKill` is broken in the latest vim (v9.1.0071). I did a git bisection and found that it's broken...