summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2016-04-18api: Add warnings about the returned value to \*del_var functionsZyX5
2016-04-18api/documentation: Add a warning that nil may mean v:nullZyX4
2016-04-18api: Replace set_var(name, NIL) with del_var(name)ZyX5
2016-04-18eval: Remove v:noneZyX1
2016-04-18eval: Add special variables v:false, v:null, v:noneZyX1
2016-04-18eval: Add special variable typeZyX1
2016-04-18keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX1
2016-04-01api/buffer: deprecate old line and line slice functionsBjörn Linse1
2016-04-01api/buffer: introduce buffer_[gs]et_lines with new indexing convention.Björn Linse1
2016-02-23bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse1
2015-11-25Remove unnecessary includes for errno.hRui Abreu Ferreira1
2015-10-08shada: Refactor history merger to use statically sized 2linked listZyX1
2015-10-08viminfo: First version of ShaDa file dumpingZyX1
2015-09-20Fix append() without line argumentEnrico Ghirardi1
2015-09-16api: vim_err_write: don't wait for return in the middle of a messageBjörn Linse1
2015-09-09api: buffer_insert: fix bounds. #3315Enrico Ghirardi1
2015-08-13msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda4
2015-07-19Implement API function to call functions #2979Sebastian Witte1
2015-07-11api: return error when starting a slice out of bounds.Nick Hynes1
2015-07-11api: return empty array when slicing out of bounds.Nick Hynes1
2015-06-30ASan: Fix "null pointer passed for argument declared to never be null". #2925Florian Walch1
2015-06-25api: vim_set_var() should return the old value #2899Justin M. Keyes1
2015-05-13Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed1
2015-04-13msgpack: Allow notifications to execute commands.Scott Prager1
2015-04-13object_to_vim: Recognize buffers, windows, tabpages.Scott Prager1
2015-04-13memory: Add `free` wrapper and refactor project to use itThiago de Arruda3
2015-03-25buffer: Add WITH_BUFFER macro to simplify global buffer modificationThiago de Arruda1
2015-03-25api: Move switch_to_win_for_buf/restore_win_for_buf to api helpersThiago de Arruda2
2015-03-08Compiler warns about uninitialized object in vim_eval().oni-link1
2015-02-26illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller3
2015-02-21refactor: Remove term modules and termcap optionsThiago de Arruda1
2015-02-18Enable -Wconversion: ui.c.Eliseo Martínez1
2015-02-16api: always return empty string as api type StringBjörn Linse1
2015-02-12vim-patch:7.4.601 #1950Justin M. Keyes1
2015-02-12api/vim.c: use FOR_ALL_* sugar #1963Justin M. Keyes1
2015-02-12Discard exceptions once they are converted to API errorsJake Kerr1
2015-02-02api/vim: allow guis and tests to retrieve the entire color tableBjörn Linse1
2015-01-26api/*.c: Comment cleanupMichael Reed4
2014-12-08syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda1
2014-12-06api: Handle NULs and newlines in buffer_*_line.Scott Prager1
2014-11-27Wconversion: Fix warnings in file_search.c.Florian Walch1
2014-11-27Add Boolean argument escape_csi to vim_feedkeysRui Abreu Ferreira1
2014-11-18Remove os/provider.{c,h} and all of its referencesThiago de Arruda2
2014-11-01api/window_set_cursor: make sure cursor line is visible.Björn Linse1
2014-10-29api: Add vim_input function and mark vim_feedkeys as deferredThiago de Arruda1
2014-10-28api: Implement vim_command_output functionThiago de Arruda1
2014-10-23msgpack-rpc: Improve logging of msgpack-rpc messagesThiago de Arruda1
2014-10-22debug: Improve debugging of msgpack-rpc requestsThiago de Arruda1
2014-10-21api: Add FUNC_ATTR_DEFERRED attribute to a number of functionsThiago de Arruda4
2014-10-21msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda1