summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/buffer.c
AgeCommit message (Expand)AuthorFiles
2020-01-16extmarks/bufhl: reimplement using new marktree data structureBjörn Linse1
2019-12-22tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse1
2019-11-25[RFC] extmark: fix E315 in nvim_buf_set_extmark (#11449)notomo1
2019-11-25doc + extmarks tweaks #11421Justin M. Keyes1
2019-11-17doc: Lua [ci skip] #11378Justin M. Keyes1
2019-11-11extmark: rename ExtendedMark => ExtmarkJustin M. Keyes1
2019-11-11doc [ci skip]Justin M. Keyes1
2019-11-11Merge pull request #11356 from bfredl/extmark2Björn Linse1
2019-11-11extmark: review changesBjörn Linse1
2019-11-11nsmarks: initial committimeyyy1
2019-11-11api: fix typo in debug function nameMarco Hinz1
2019-11-10api: add nvim_buf_get_virtual_text() (#11354)Marco Hinz1
2019-11-06doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes1
2019-09-09doc/API/lua: detaching Lua buffer callbacksBjörn Linse1
2019-09-09doc: |api-fast| [ci skip]Justin M. Keyes1
2019-09-01API: nvim_buf_set_lines: handle 'nomodifiable' #10910Justin M. Keyes1
2019-08-07includesDaniel Hahler1
2019-08-06lua: support getting UTF-32 and UTF-16 sizes of replaced textBjörn Linse1
2019-08-06lua: add {old_byte_size} to on_lines buffer change eventBjörn Linse1
2019-06-15api/lua: add on_detach to nvim_buf_attachBjörn Linse1
2019-06-04api: allow nvim_buf_attach from lua using callbacksBjörn Linse1
2019-05-26doc/API: document indexing behavior #10058KillTheMule1
2019-05-12API/nvim_set_keymap: minor cleanupJustin M. Keyes1
2019-05-12API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang1
2019-05-07API: fix cursor position when lines are added #9961hashinclude1
2019-04-22doc: UIJustin M. Keyes1
2019-03-26doc [ci skip]Justin M. Keyes1
2019-03-05buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse1
2019-01-26doc [ci skip] #9478Justin M. Keyes1
2018-12-09doc (#9288)Justin M. Keyes1
2018-11-29API: rename nvim_buf_clear_highlight to nvim_buf_clear_namespaceBjörn Linse1
2018-11-24api: implement object namespacesBjörn Linse1
2018-11-05doc: APIJustin M. Keyes1
2018-11-01api: simplify nvim_buf_get_offset functionBjörn Linse1
2018-11-01api: implement nvim_buf_get_offset_for_lineBjörn Linse1
2018-10-13api: make nvim_buf_set_virtual_text handle invalid charsBjörn Linse1
2018-09-17buffer: add support for virtual text annotationsBjörn Linse1
2018-07-25API: update docs WRT behaviours/methods for unloaded buffers #7688Peter Hodge1
2018-07-25API: add nvim_buf_is_loaded() #7688Peter Hodge1
2018-07-25API: buf_get_lines, buf_line_count handle unloaded buffers #7688Peter Hodge1
2018-07-18docJustin M. Keyes1
2018-06-22*: Replace b_changedtick with new always-inline functionsZyX1
2018-06-09refactor: buf_collect_lines (#8509)Justin M. Keyes1
2018-05-23Add empty options dict to buf_attachKillTheMule1
2018-05-23Send changedtick as first event if buffer contents weren't requestedKillTheMule1
2018-05-23Some renamings and doc changesKillTheMule1
2018-05-23Enable -WconversionKillTheMule1
2018-05-23The grand renamingKillTheMule1
2018-05-23LintKillTheMule1
2018-05-23Make separate functions to start/stop live updatesKillTheMule1