aboutsummaryrefslogtreecommitdiff
path: root/scripts/gendispatch.lua
Commit message (Expand)AuthorAge
* eval: Add luaeval functionZyX2017-03-27
* api: implement FUNC_API_SINCEBjörn Linse2017-03-15
* object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy2016-11-02
* Merge pull request #4568 from bfredl/multirequestBjörn Linse2016-10-22
|\
| * api: call multiple methods atomically (useful in async contexts)Björn Linse2016-10-22
* | api: move verbatim c code out of gendispatch.lua and into c filesBjörn Linse2016-10-19
|/
* api: add blanket implementation of "since"Björn Linse2016-09-27
* api: define the set of function attributes to expose in the metadataBjörn Linse2016-09-27
* api: restore old return type of deprecated ui_try_resize methodBjörn Linse2016-09-27
* gendispatch: warn for deprecated alias if the deprecated function has implema...Björn Linse2016-09-15
* api: remove unnecessary initializations causing warnings in api dispatch (#5337)Björn Linse2016-09-14
* api: fix leak when a api function is incorrectly called with a list.Björn Linse2016-08-31
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* api: Allow blacklist functions that shouldn't be accesible from evalBjörn Linse2016-08-31
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* api: auto generate api function wrappers for vimlBjörn Linse2016-08-31
* api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse2016-08-31