Luke Dennis

Results 20 comments of Luke Dennis

That is known as the gutter or signs column. You can change the highlight colour like so: `vim.cmd [[highlight ColorColumn guibg=white]]` For other colours `:help gui-colors` gives ``` *gui-colors* Suggested...

@vadim-cherepanov I had a similar issue, if it's the same, or similar, comment on that issue with any symptoms you had or any steps to replicate if you have any...

Bit more detail on this, seems to only happen when I receive a message on a group chat I was recently added to. Possibly something to do with prior messages...

It doesn't always happen but it did happen once recently but not with a new group. Just upgraded to latest release 1.5.11.5 (fixing private token issues) I'll let you know...

@araemo does replying mark it as read? I've found that replying always marks it as read for me when other things haven't

This problem still occurs with the snap version. Running a snap of 1.5.11 (although the app says it is 1.5.10) on Ubuntu 20.04

This seems possible if copying Gmocks implementation is an option. Pulling out the basics from https://github.com/google/googletest/blob/main/googlemock/include/gmock/internal/gmock-pp.h results in getting the parameter count easy enough. I don't quite have the format...

Seems like this gets most of the way. Requires retval to be separate from the function args. Doesn't handle 0 args, you need to add extra logic to `TROMPELOEIL_NARGS` to...