pottik
Results
2
issues of
pottik
I found this problem in my job, to reproduce that problem, the simplified model is as follows: ``` int echo() { return 0; } TEST(ProcStubTest, test1) { MOCKER(echo) .stubs() .will(invoke(+[]{...
### Is there an existing issue for this? - [x] I have searched the existing issues ### What happened? Reproduce: 1. pin a buffer A, and I execute `:lua print(vim.g["BufferlinePinnedBuffers])`,...
bug