Caetano Sauer

Results 7 comments of Caetano Sauer

This would be a very useful feature of this excellent library. Any news on that? Thanks!

Thanks for your response and for developing this awesome tool! I agree that nesting might make things trickier. You could emulate the vim behavior with folds: if you press dj...

I just ran into this as well. For those that like me did not understand the fix proposed above: run `:checkhealth` in NeoVim and look for the instructions on installing...

Temporary fix on 0f02eaa. Benchmark now runs without segfault.

I think pin/unpin can be completely removed because it's basically useless -- we can do everything with cb.latch() and cb._used. The idea of pinning is to perform certain operations that...

One thing I forgot: pinning is (or was?) also used in swizzling to avoid replacing frames that still have swizzled pointers in them. In this case, it would double as...

There is something else I forgot about pinning, which is actually very important: pinning is used for B-tree scans (see class btcursor_t). A scan is opened on a certain key...