aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.1559Michael Ennen2016-12-12
* vim-patch:7.4.1758, 7.4.1759, 7.4.1692 #5640Shougo Matsushita2016-12-09
* test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes2016-10-24
* test: system(): Avoid indeterminism.Justin M. Keyes2016-10-23
* api: documentationJustin M. Keyes2016-10-23
* api: call multiple methods atomically (useful in async contexts)Björn Linse2016-10-22
* api: Establish API naming convention. (#5344)Justin M. Keyes2016-09-17
* api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse2016-09-15
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1535 (#5327)davix2016-09-11
* vim-patch:7.4.1533 #5320Wei Huang2016-09-11
* 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
* *: Fix errors from new linter checksZyX2016-06-11
* vim-patch:7.4.1151Michael Ennen2016-06-07
* api: refactor remote ui to use API dispatch generationBjörn Linse2016-05-27
* Merge pull request #4593 from ZyX-I/length-functionsJustin M. Keyes2016-04-26
|\
| * keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* | Implement tab-local working directory feature.HiPhish2016-04-20
* | api: Add warnings about the returned value to \*del_var functionsZyX2016-04-18
* | api/documentation: Add a warning that nil may mean v:nullZyX2016-04-18
* | api: Replace set_var(name, NIL) with del_var(name)ZyX2016-04-18
|/
* api: vim_err_write: don't wait for return in the middle of a messageBjörn Linse2015-09-16
* msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda2015-08-13
* Implement API function to call functions #2979Sebastian Witte2015-07-19
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* 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
* vim-patch:7.4.601 #1950Justin M. Keyes2015-02-12
* api/vim.c: use FOR_ALL_* sugar #1963Justin M. Keyes2015-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
* 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: Add vim_input function and mark vim_feedkeys as deferredThiago de Arruda2014-10-29
* api: Implement vim_command_output functionThiago de Arruda2014-10-28
* 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
* 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
* provider: Major refactorThiago de Arruda2014-09-12