Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #4568 from bfredl/multirequest | Björn Linse | 2016-10-22 |
|\ | | | | | atomic multi request for async remote plugins | ||
| * | api: call multiple methods atomically (useful in async contexts) | Björn Linse | 2016-10-22 |
| | | | | | | | | remove unused response_id parameter of handle_nvim_... helpers | ||
* | | api: move verbatim c code out of gendispatch.lua and into c files | Björn Linse | 2016-10-19 |
|/ | | | | | Remove max_fname_len check, which caused false successful lookups, and was an optimization for a very rare case. | ||
* | api: auto generate api function wrappers for viml | Björn Linse | 2016-08-31 |
| | |||
* | api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the ↵ | Björn Linse | 2016-08-31 |
header generator. |