aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_updates.c
Commit message (Expand)AuthorAge
* luaref: free all references in buffer_updatesBjörn Linse2021-04-03
* buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* feat(buffer_updates): allow ignoring when previewingThomas Vigouroux2020-12-15
* Merge pull request #12889 from vigoux/bytetrack-open-lineBjörn Linse2020-09-11
|\
| * fix(bufupdates): avoid sending empty updatesThomas Vigouroux2020-09-11
* | lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
|/
* fix lintsThomas Vigouroux2020-09-09
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* treesitter: cleanup some luahl stuffBjörn Linse2020-02-10
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* 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
* add func_attr_printf in :MichaHoffmann2018-09-24
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* refactor: buf_collect_lines (#8509)Justin M. Keyes2018-06-09
* Merge #7917 'API: buffer updates'Justin M. Keyes2018-06-08
* Rename some more, fixe borked renamingKillTheMule2018-05-23
* Send changedtick as first event if buffer contents weren't requestedKillTheMule2018-05-23
* Unify updates_start and updates to lines_eventKillTheMule2018-05-23
* LintKillTheMule2018-05-23
* Some renamings and doc changesKillTheMule2018-05-23
* Enable -WconversionKillTheMule2018-05-23
* The grand renamingKillTheMule2018-05-23