aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/defs.h
Commit message (Expand)AuthorAge
* object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy2016-11-02
* api: call multiple methods atomically (useful in async contexts)Björn Linse2016-10-22
* api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".Björn Linse2016-08-31
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recurZyX2016-06-24
* *: Fix new linter errorsZyX2016-06-11
* api: Add warnings about the returned value to \*del_var functionsZyX2016-04-18
* msgpack: Allow notifications to execute commands.Scott Prager2015-04-13
* api/msgpack-rpc: Improve error infrastructureThiago de Arruda2014-09-18
* api metadata: Allow typed container information in api functionsThiago de Arruda2014-09-12
* api/msgpack-rpc: Refactor metadata object constructionThiago de Arruda2014-09-12
* api: initialize capacity in the array_dict_macroThiago de Arruda2014-09-12
* api/msgpack-rpc: Remove Position type, using arrays instead.Thiago de Arruda2014-09-12
* api/msgpack-rpc: Parse type information from api/private/defs.hThiago de Arruda2014-09-12
* api/msgpack-rpc: Remove specialized array typesThiago de Arruda2014-09-12
* channel/msgpack_rpc: Refactor API dispatchingThiago de Arruda2014-06-24
* api: Enable usage of Arrays and Dictionaries as [k]vectorsThiago de Arruda2014-06-18
* Initialize Object, PositionJustin M. Keyes2014-05-31
* Build: Add more files to clint-files.txt and fix errorsThiago de Arruda2014-05-26
* API: Refactor: Duplicate/free string arguments coming from msgpackThiago de Arruda2014-05-26
* API: Refactor: Use macro for initializing all arraysThiago de Arruda2014-05-23
* API: Refactor: Return handles instead of indexesThiago de Arruda2014-05-23
* API: Refactor: Change the integer type of remote objects to uint64_tThiago de Arruda2014-05-23
* API: Refactor: Add macro infrastructure for typed arraysThiago de Arruda2014-05-23
* API: Refactor: Generalize buffer, window and tabpage types/functionsThiago de Arruda2014-05-23
* API: Refactor: Move non-public files to private subdirectoryThiago de Arruda2014-05-23