Marvin Ewald

Results 19 comments of Marvin Ewald

Now that custom handlers exist, I wrote a simple handler to support entries in the location list. ```lua require("scrollbar.handlers").register("locationlist", function(bufnr) local winnr = vim.fn.get(vim.fn.win_findbuf(bufnr), 0, -1) if winnr == -1...

I've tried `QuickFixCmdPost` but it doesn't work, too. According to the docs it only applies to the quick fix list.

Ok, to be more precise, the autocmds get called, but the location list has not been updated at this point. I haven't implemented a quickfix list handler, yet.

Thanks for the workaround, that works so far. I wrote my own retry loop around it. I just tested in a clean Python 3.9.9 environment where I only ran `pip...

Sorry for the late reply. I can confirm, the bug no longer appears. Thanks for fixing!

@actionless is there any existing test case that can be adapted quickly? I don't really know how to properly write such test cases for awesome.

I completely forgot this PR. Last time I worked on this, I couldn't get the integration tests to run, and then never returned to fix it. I just checked again...

That works, but I still get a bunch of timeout errors. I'll try to add the tests in the near future. ``` There were 19 errors: - /mnt/77089dd0-7483-4ff6-9345-fc75197c9584/git/awesome/tests/test-awful-client.lua: Error: timeout...