aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/buffer_updates_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* test: support upvalues in exec_luaLewis Russell2024-09-21
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* test: add a test for #29119zeertzjq2024-06-02
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* fix(prompt): emit change event for prompt newline (#28260)zeertzjq2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(extmarks): splice earlier when opening new line (#28108)zeertzjq2024-03-30
* vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)zeertzjq2024-03-12
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* Merge pull request #26734 from bfredl/splitaroobfredl2024-01-13
|\
| * fix(buffer_updates): correct buffer updates when splitting empty linebfredl2024-01-13
* | test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* | test: typing for helpers.methsLewis Russell2024-01-12
* | test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
|/
* refactor: format test/*Justin M. Keyes2024-01-03
* fix(change): update fold after on_bytes (#26364)Jaehwang Jung2023-12-05
* fix: invoke changed_bytes when rewriting <Tab> char #25125Ilia Choly2023-09-15
* fix(spell): splice extmarks on :spellrepall (#23929)zeertzjq2023-06-06
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* fix(diff): trigger on_bytes only once after diffget/diffputJaehwang Jung2023-03-11
* fix(buffer_updates): save and restore current window cursor (#16732)zeertzjq2023-03-09
* docs: fix typos (#20394)dundargoc2022-09-30
* fix!: make :undo! notify buffer update callbacks (#20344)zeertzjq2022-09-26
* Merge pull request #18931 from zeertzjq/regexp-num-escapedzeertzjq2022-06-13
|\
| * fix(substitute): subtract number of backslashes laterzeertzjq2022-06-12
* | fix(buffer): disable buffer-updates before removing from window #18933zeertzjq2022-06-12
|/
* fix(extmarks): splice extmarks on accepting spellTony Chen2022-04-02
* fix(buffer_updates): handle :sort of already sorted bufferBjörn Linse2021-10-08
* fix(buffer_updates): cleanup test behaviorBjörn Linse2021-10-07
* fix(buffer_updates): make `lockmarks` not affect extmarks and buffer updates....Anton Adamansky2021-10-07
* fix(buffer_updates): handle :delete of the very last line in bufferBjörn Linse2021-10-07
* fix(extmarks): splice extmarks on nv_Undo #15920Tony Chen2021-10-06
* 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
| |/