summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/gendispatch.lua
AgeCommit message (Expand)AuthorFiles
2017-04-30api: deprecate obsolete nvim_buf_get_number functionBjörn Linse1
2017-04-23api_set_error(): renameJustin M. Keyes1
2017-04-23api/internal: Remove `set` field from Error type.Justin M. Keyes1
2017-04-23api: Do not truncate errors <1 MB. #6237Sander Bosma1
2017-03-15api: implement FUNC_API_SINCEBjörn Linse1
2016-11-02object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy1
2016-10-22Merge pull request #4568 from bfredl/multirequestBjörn Linse1
2016-10-22api: call multiple methods atomically (useful in async contexts)Björn Linse1
2016-10-19api: move verbatim c code out of gendispatch.lua and into c filesBjörn Linse1
2016-09-27api: add blanket implementation of "since"Björn Linse1
2016-09-27api: define the set of function attributes to expose in the metadataBjörn Linse1
2016-09-27api: restore old return type of deprecated ui_try_resize methodBjörn Linse1
2016-09-15gendispatch: warn for deprecated alias if the deprecated function has implema...Björn Linse1
2016-09-14api: remove unnecessary initializations causing warnings in api dispatch (#5337)Björn Linse1
2016-08-31api: fix leak when a api function is incorrectly called with a list.Björn Linse1
2016-08-31api: consistently use nvim_ prefix and update documentationBjörn Linse1
2016-08-31api: Allow blacklist functions that shouldn't be accesible from evalBjörn Linse1
2016-08-31api: unify buffer numbers and window ids with handlesBjörn Linse1
2016-08-31api: auto generate api function wrappers for vimlBjörn Linse1
2016-08-31api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse1