aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
Commit message (Expand)AuthorAge
...
* extmark: rename ExtendedMark => ExtmarkJustin M. Keyes2019-11-11
* doc [ci skip]Justin M. Keyes2019-11-11
* Merge pull request #11356 from bfredl/extmark2Björn Linse2019-11-11
|\
| * extmark: review changesBjörn Linse2019-11-11
| * nsmarks: initial committimeyyy2019-11-11
* | api: fix typo in debug function nameMarco Hinz2019-11-11
|/
* api: add nvim_buf_get_virtual_text() (#11354)Marco Hinz2019-11-10
* doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes2019-11-06
* doc/API/lua: detaching Lua buffer callbacksBjörn Linse2019-09-09
* doc: |api-fast| [ci skip]Justin M. Keyes2019-09-09
* API: nvim_buf_set_lines: handle 'nomodifiable' #10910Justin M. Keyes2019-09-01
* includesDaniel Hahler2019-08-07
* lua: support getting UTF-32 and UTF-16 sizes of replaced textBjörn Linse2019-08-06
* lua: add {old_byte_size} to on_lines buffer change eventBjörn Linse2019-08-06
* api/lua: add on_detach to nvim_buf_attachBjörn Linse2019-06-15
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* doc/API: document indexing behavior #10058KillTheMule2019-05-26
* API/nvim_set_keymap: minor cleanupJustin M. Keyes2019-05-12
* API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang2019-05-12
* API: fix cursor position when lines are added #9961hashinclude2019-05-07
* doc: UIJustin M. Keyes2019-04-22
* doc [ci skip]Justin M. Keyes2019-03-26
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* doc [ci skip] #9478Justin M. Keyes2019-01-26
* doc (#9288)Justin M. Keyes2018-12-09
* 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