aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* vim-patch:7.4.1533 #5320Wei Huang2016-09-11
* helpers.c: Fix invalid state of failed conversion result for object_to_vim() ...oni-link2016-09-01
* 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: 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
* api: auto generate api function wrappers for vimlBjörn Linse2016-08-31
* api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse2016-08-31
* api/ui: use ui options instead of one method per featureBjörn Linse2016-08-29
* api/ui: allow popupmenu to be drawn by external uiBjörn Linse2016-08-29
* api: handle null string in buffer_add_highlightBjörn Linse2016-08-17
* *: 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