aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* *: Fix linter errorsZyX2016-06-24
* msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recurZyX2016-06-24
* api/helpers: Use typval_encode.h for vim_to_objectZyX2016-06-24
* *: Fix new linter errorsZyX2016-06-11
* *: Also fix the adjacent errorsZyX2016-06-11
* *: Fix errors from new linter checksZyX2016-06-11
* vim-patch:7.4.1151Michael Ennen2016-06-07
* lib/kvec: Remove useless type argument from kv_push macrosZyX2016-05-30
* api: refactor remote ui to use API dispatch generationBjörn Linse2016-05-27
* *: Fix new linter errorsZyX2016-05-01
* 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
* | eval: Remove v:noneZyX2016-04-18
* | eval: Add special variables v:false, v:null, v:noneZyX2016-04-18
* | eval: Add special variable typeZyX2016-04-18
|/
* api/buffer: deprecate old line and line slice functionsBjörn Linse2016-04-01
* api/buffer: introduce buffer_[gs]et_lines with new indexing convention.Björn Linse2016-04-01
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* shada: Refactor history merger to use statically sized 2linked listZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* Fix append() without line argumentEnrico Ghirardi2015-09-20
* api: vim_err_write: don't wait for return in the middle of a messageBjörn Linse2015-09-16
* api: buffer_insert: fix bounds. #3315Enrico Ghirardi2015-09-09
* msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda2015-08-13
* Implement API function to call functions #2979Sebastian Witte2015-07-19
* api: return error when starting a slice out of bounds.Nick Hynes2015-07-11
* api: return empty array when slicing out of bounds.Nick Hynes2015-07-11
* ASan: Fix "null pointer passed for argument declared to never be null". #2925Florian Walch2015-06-30
* api: vim_set_var() should return the old value #2899Justin M. Keyes2015-06-25
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* msgpack: Allow notifications to execute commands.Scott Prager2015-04-13
* object_to_vim: Recognize buffers, windows, tabpages.Scott Prager2015-04-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* 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