aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
Commit message (Expand)AuthorAge
...
* API: rename nvim_buf_clear_highlight to nvim_buf_clear_namespaceBjörn Linse2018-11-29
* api: implement object namespacesBjörn Linse2018-11-24
* doc: APIJustin M. Keyes2018-11-05
* api: simplify nvim_buf_get_offset functionBjörn Linse2018-11-01
* api: implement nvim_buf_get_offset_for_lineBjörn Linse2018-11-01
* api: make nvim_buf_set_virtual_text handle invalid charsBjörn Linse2018-10-13
* buffer: add support for virtual text annotationsBjörn Linse2018-09-17
* API: update docs WRT behaviours/methods for unloaded buffers #7688Peter Hodge2018-07-25
* API: add nvim_buf_is_loaded() #7688Peter Hodge2018-07-25
* API: buf_get_lines, buf_line_count handle unloaded buffers #7688Peter Hodge2018-07-25
* docJustin M. Keyes2018-07-18
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* refactor: buf_collect_lines (#8509)Justin M. Keyes2018-06-09
* Add empty options dict to buf_attachKillTheMule2018-05-23
* Send changedtick as first event if buffer contents weren't requestedKillTheMule2018-05-23
* Some renamings and doc changesKillTheMule2018-05-23
* Enable -WconversionKillTheMule2018-05-23
* The grand renamingKillTheMule2018-05-23
* LintKillTheMule2018-05-23
* Make separate functions to start/stop live updatesKillTheMule2018-05-23
* Adjust FUNC_API_SINCE for nvim_buf_live_updatesKillTheMule2018-05-23
* Add argument to not send a buffers content when updates are enabledKillTheMule2018-05-23
* API: Implement buffer updatesPeter Hodge2018-05-23
* API: nvim_get_commands(): return DictionaryJustin M. Keyes2018-05-12
* API: nvim_get_commands(): builtin is irrelevant for buffer-localJustin M. Keyes2018-05-12
* API: nvim_get_commands(): more attributesJustin M. Keyes2018-05-11
* API: nvim_get_commands(): always return keysJustin M. Keyes2018-05-11
* API: nvim_get_commands()Nimit Bhardwaj2018-05-11
* api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* api/buffer: Fix PVS/V547: use correct border for lnumZyX2018-04-02
* Fix warning about conversion on mingw64George Zhao2018-01-18
* Fix an off-by-one error in the documentation of nvim_buf_clear_highlight (#7853)mkotha2018-01-15
* docJustin M. Keyes2017-12-10
* doc: API (generated)Justin M. Keyes2017-11-06
* doc: nvim_buf_add_highlight(): zero-indexed linesJustin M. Keyes2017-11-06
* bufhl: support creating new groupsBjörn Linse2017-10-19
* bufhl: fix moveBjörn Linse2017-06-24
* vim-patch:8.0.0607 (#6879)Daniel Hahler2017-06-11
* lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
* get_keymap API (#6236)TJ DeVries2017-05-25
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * api: deprecate obsolete nvim_buf_get_number functionBjörn Linse2017-04-30
| * api: Do not translate error messages.Justin M. Keyes2017-04-24
| * api_set_error(): renameJustin M. Keyes2017-04-23
| * api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
| * api_clear_error()Justin M. Keyes2017-04-23
| * api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| * *: Add comment to all C filesZyX2017-04-19
* | api/buffer: Validate replacement array in a separate cycleZyX2017-04-12
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|