aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/buffer_updates_spec.lua
Commit message (Expand)AuthorAge
* fix(bufupdates): send correct updates for visual pasteThomas Vigouroux2021-08-25
* Manually zero out deleted_bytes2 when substituting and joining lineschentau2021-06-29
* add tests in buffer_updatesjbyuki2021-06-09
* fix(bufupdate): send events when inserting with virtualeditThomas Vigouroux2021-05-18
* make get_region_bytecount end-exclusivechentau2021-05-09
* refactor nvim_buf_set_lines to use extmark_splicechentau2021-05-09
* splice extmarks on every line for block visual pastechentau2021-05-06
* Merge pull request #14385 from chentau/extmark_deleteBjörn Linse2021-04-17
|\
| * extmarks: remove curbuf->deleted_bytes2 from op_deletechentau2021-04-16
* | flush curbuf->deleted_bytes2 after calling do_movechentau2021-04-14
|/
* Merge pull request #14318 from chentau/extmark_luadoBjörn Linse2021-04-13
|\
| * extmark: splice extmarks on :luadochentau2021-04-12
* | Merge pull request #14317 from chentau/extmark_subBjörn Linse2021-04-10
|\ \
| * | extmark: correct extmark_splice call with inccommandchentau2021-04-09
| |/
* / extmark: fixes for noexpandtab and retabchentau2021-04-02
|/
* Merge pull request #14191 from chentau/extmark_blockpasteBjörn Linse2021-03-24
|\
| * Extmarks: correct buffer events on blockwise pastechentau2021-03-23
* | Correctly splice extmarks on tab with noexpandtab setchentau2021-03-22
|/
* Merge pull request #13973 from chentau/on_bytes_undofileBjörn Linse2021-03-03
|\
| * Extmarks: Save extmark undo information to undofile.chentau2021-03-02
* | Merge pull request #13692 from mjlbach/fix_cursor_respect_current_lineBjörn Linse2021-02-16
|\ \ | |/ |/|
| * tests: add test for cursor postion when deleting buffer linesMichael Lingelbach2021-01-31
* | buffer_updates: autoload episode III: revenge of the treesBjörn Linse2021-02-14
* | buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* | fix(buf_updates): send updates when putting past last lineThomas Vigouroux2021-02-08
* | tests: clean up lua/buffer_updates_spec.luaBjörn Linse2021-02-04
* | inccommand: preserve extmarks when undoing preview substitutionBjörn Linse2021-02-04
|/
* api: set_text: fix some byte count issuesBjörn Linse2021-01-01
* feat(buffer_updates): allow ignoring when previewingThomas Vigouroux2020-12-15
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* Fix byte updates for blockwise paste at buffer endKillTheMule2020-09-30
* bytetrack: add blockwise paste testThomas Vigouroux2020-09-30
* Fix buffer_updates on blockwise pasteKillTheMule2020-09-30
* test: buffer updates: add visual charwise paste testBjörn Linse2020-09-19
* buffer updates: fix issues with "change" operatorBjörn Linse2020-09-19
* tests: lua buffer updates: reorg check_events()Björn Linse2020-09-19
* buf_updates: fix wrong updates on linewise changeThomas Vigouroux2020-09-18
* buf_updates: fix updates for empty buffers (#12926)Thomas Vigouroux2020-09-17
* treesitter: filter updates on <CR>Thomas Vigouroux2020-09-16
* buf_attach: fix buffer updates with setline()Björn Linse2020-09-16
* fix(bufupdates): avoid sending empty updatesThomas Vigouroux2020-09-11
* fix(bytetrack): send correct events when opening linesThomas Vigouroux2020-09-11
* fix lintsThomas Vigouroux2020-09-09
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* fix(win): ignore closing wins in win_findbuf #12798Thomas Vigouroux2020-08-31
* doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
* Fix shift change callbacks reading bad cursor (#11782)Axel Forsman2020-01-30
* 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