summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/buffer.c
AgeCommit message (Expand)AuthorFiles
2016-04-18api: Add warnings about the returned value to \*del_var functionsZyX1
2016-04-18api/documentation: Add a warning that nil may mean v:nullZyX1
2016-04-18api: Replace set_var(name, NIL) with del_var(name)ZyX1
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-09-20Fix append() without line argumentEnrico Ghirardi1
2015-09-09api: buffer_insert: fix bounds. #3315Enrico Ghirardi1
2015-08-13msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda1
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-04-13memory: Add `free` wrapper and refactor project to use itThiago de Arruda1
2015-03-25api: Move switch_to_win_for_buf/restore_win_for_buf to api helpersThiago de Arruda1
2015-02-26illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller1
2015-01-26api/*.c: Comment cleanupMichael Reed1
2014-12-06api: Handle NULs and newlines in buffer_*_line.Scott Prager1
2014-10-21api: Add FUNC_ATTR_DEFERRED attribute to a number of functionsThiago de Arruda1
2014-10-01Use line-specific method names where possible to remove ambiguity and possibi...Paul Jolly1
2014-09-18api/msgpack-rpc: Improve error infrastructureThiago de Arruda1
2014-09-12api metadata: Allow typed container information in api functionsThiago de Arruda1
2014-09-12api/msgpack-rpc: Remove Position type, using arrays instead.Thiago de Arruda1
2014-09-12api/msgpack-rpc: Remove specialized array typesThiago de Arruda1
2014-08-07Return bool from find_win_for_buf #1023Wayne Rowcliffe1
2014-07-17api: make buffer_{get,set}_slice automatically assume `include_end`Thiago de Arruda1
2014-07-11Include stdbool.h in some files which use itPavel Platto1
2014-07-09move errno.h include out of vim.hBrandon Coleman1
2014-06-18api: Rename find_{buffer,window,tabpage}Thiago de Arruda1
2014-06-08api: unify string conversions, simplify interopNicolas Hillegeer1
2014-06-02Add automatic generation of headersZyX1
2014-06-02Move documentation from function declarations to definitionsZyX1
2014-05-31Initialize Object, PositionJustin M. Keyes1
2014-05-28Extract cursor.h from misc{1,2}.h and memline.hHinidu1
2014-05-28API: Bugfix: Remove possible double-free in buffer_get_lineThiago de Arruda1
2014-05-26API: Bugfix: Remove memory leak from buffer_get_lineThiago de Arruda1
2014-05-26API: Bugfix: Remove memory leak from buffer_set_nameThiago de Arruda1
2014-05-26API: Bugfix: Remove memory leak from buffer_set_sliceThiago de Arruda1
2014-05-26API: Refactor: Duplicate/free string arguments coming from msgpackThiago de Arruda1
2014-05-23API: Refactor: Fix buffer_get_markThiago de Arruda1
2014-05-23API: Refactor: Use macro for initializing all arraysThiago de Arruda1
2014-05-23API: Refactor: Implement buffer_get_numberThiago de Arruda1
2014-05-23API: Refactor: Move non-public files to private subdirectoryThiago de Arruda1
2014-05-23API: Bugfix: Remove wrong increment statement from buffer_set_sliceThiago de Arruda1
2014-05-23API: Bugfix: Check that error isn't set in buffer_get_lineThiago de Arruda1
2014-05-23API: Cleanup: Remove unnecessary NULL checksThiago de Arruda1
2014-05-18api/helpers: implement C string to String helperNicolas Hillegeer1
2014-05-17Replace unnecessary `xcalloc` call by `xmalloc`Thiago de Arruda1
2014-05-17Enable -Wconversion for API files and fix errorsThiago de Arruda1
2014-05-17Use more descriptive names for API primitive typesThiago de Arruda1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1