aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* buffer: Add WITH_BUFFER macro to simplify global buffer modificationThiago de Arruda2015-03-25
* api: Move switch_to_win_for_buf/restore_win_for_buf to api helpersThiago de Arruda2015-03-25
* Compiler warns about uninitialized object in vim_eval().oni-link2015-03-08
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* api: always return empty string as api type StringBjörn Linse2015-02-16
* vim-patch:7.4.601 #1950Justin M. Keyes2015-02-12
* api/vim.c: use FOR_ALL_* sugar #1963Justin M. Keyes2015-02-12
* Discard exceptions once they are converted to API errorsJake Kerr2015-02-12
* api/vim: allow guis and tests to retrieve the entire color tableBjörn Linse2015-02-02
* api/*.c: Comment cleanupMichael Reed2015-01-26
* syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda2014-12-08
* api: Handle NULs and newlines in buffer_*_line.Scott Prager2014-12-06
* Wconversion: Fix warnings in file_search.c.Florian Walch2014-11-27
* Add Boolean argument escape_csi to vim_feedkeysRui Abreu Ferreira2014-11-27
* Remove os/provider.{c,h} and all of its referencesThiago de Arruda2014-11-18
* api/window_set_cursor: make sure cursor line is visible.Björn Linse2014-11-01
* api: Add vim_input function and mark vim_feedkeys as deferredThiago de Arruda2014-10-29
* api: Implement vim_command_output functionThiago de Arruda2014-10-28
* msgpack-rpc: Improve logging of msgpack-rpc messagesThiago de Arruda2014-10-23
* debug: Improve debugging of msgpack-rpc requestsThiago de Arruda2014-10-22
* api: Add FUNC_ATTR_DEFERRED attribute to a number of functionsThiago de Arruda2014-10-21
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21
* Use line-specific method names where possible to remove ambiguity and possibi...Paul Jolly2014-10-01
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* 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: Implement `vim_report_error` functionThiago de Arruda2014-09-12
* api: initialize capacity in the array_dict_macroThiago de Arruda2014-09-12
* provider: Major refactorThiago de Arruda2014-09-12
* api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}Thiago 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
* coverity/62620: fix uninitialized scalar variablePaul Burlumi2014-08-24
* Add API vim_replace_termcodesRui Abreu Ferreira2014-08-07
* Refactor vim_feedkeys and f_feedkeysRui Abreu Ferreira2014-08-07
* Add helper cstr_as_string()Rui Abreu Ferreira2014-08-07
* Return bool from find_win_for_buf #1023Wayne Rowcliffe2014-08-07
* api: make buffer_{get,set}_slice automatically assume `include_end`Thiago de Arruda2014-07-17
* provider: New module used to expose extension points for core servicesThiago de Arruda2014-07-17
* api: Refactor write_msg to use separate out/err buffersThiago de Arruda2014-07-17
* Use strict function prototypes #945Pavel Platto2014-07-14
* Remove stdbool.h from files which don't need itPavel Platto2014-07-11
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09