Wil Thomason

Results 244 comments of Wil Thomason

Update: Thanks to the dynamic update, this is now sort of possible if you make a lot of `omap` bindings manually, e.g. ```vim omap a :WhichKey 'a' ```

@smessmer: Hmm. I shouldn't be writing concurrently - I'm only ever using one of these clients at once, and neither should have any automatic processes writing to my CryFS directory....

Regardless of the cause, is it possible for CryFS to report a cause for an integrity violation? e.g. something like "Block X was modified last at time T; the last...

I have the exact same use case; being able to query the number of notifications would be excellent. Maybe it would suffice to add a `notificationUpdateCommand` option, which, similar to...

Either my proposed solution or the external `i3-msg`-like binary seem reasonable to me.

Thanks for the report! I can reproduce this issue, so some bug was introduced...

Part of this is that the `LspDiagnosticsChanged` autocommand was removed, I think. I don't know why that would affect `show_line_diagnostics`, but it causes a stale diagnostics display in the statusline...

Another interesting thing: If I manually trigger the `show_line_diagnostics` function, it works as expected, but the `CursorHold` autocommand doesn't seem to work for me. Maybe this is an issue with...

Ah, and further if I run `doautoall CursorHold` things work as expected...

Ok - for some reason, having the timer run prevents `CursorHold` from triggering.