bfredl

Results 459 comments of bfredl

That should be perfectly analogous to kb_itr_first, but always go down the last subnode instead of the first subnode at every level. Or use kb_itr_getp with a MAX_KEY value.

Can this handle multiple levels of nesting, like a stack of 5 calls in interleaved directions? The pynvim client runs each handler in a lightweight thread (greenlet) to support these...

> Sadly, it looks like neovim have decided to implement a completely incompatible version of the vim feature, so unless someone wants to contribute changes and tests for this, I'm...

#345/#350 allows you to decide for yourself what happens on error. you could `luv_set_callback` an implementation which `exit(1)` on `LUA_ERR*` statuses.

This should now be ready for general testing. Note: for this PR I am mainly concerned with the reimplementation of "builtin UI", i e when you run `nvim` in a...

> Suspending and resuming causes memory leak Pushed a fix

@justinmk currently only `--server` is used.

@3N4N we use the same internal API as `jobstart()` i e `channel_job_start()` which in the end leads to `uv_spawn()` at which point libuv figures the details for respective platform.

@egolep There is no real user-level functionality yet.. You could use `nvim_list_uis()` and use the "chan" field to get the channel number ( the largest channel number for latest attached...