summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/buffer_updates_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-04-15test: replace busted with local harnessLewis Russell1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-02-15fix(prompt): wrong changed lnum in init_promptSean Dewar1
2026-02-15fix(prompt): prompt_setprompt does not adjust extmarks, no on_bytesSean Dewar1
2026-02-15fix(prompt): wrong cursor col after prompt_setprompt, no on_linesSean Dewar1
2026-01-08test(buffer_updates_spec): move on_detach tests to its block (#37297)zeertzjq1
2025-11-20fix(api): on_bytes gets stale data on :substitute #36487Riccardo Mazzarini1
2025-08-24docs: misc #35459Justin M. Keyes1
2025-08-17fix(api): on_detach consistently before buf_freeall autocmdsSean Dewar1
2025-08-17fix(api,lsp): call on_detach before wiping out the buffer #35355Jaehwang Jung1
2025-07-29fix(api): single-line visual block insert triggers extra on_lines #35098glepnir1
2025-06-23fix(quickfix): use correct lnume when appending (#34611)glepnir1
2025-06-17fix(api): buffer updates in quickfix buffer #31105glepnir1
2025-02-12fix(memline): don't check line count for closed memline #32403luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-08-02test: allow exec_lua to handle functionsLewis Russell1
2024-06-02test: add a test for #29119zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-10fix(prompt): emit change event for prompt newline (#28260)zeertzjq1
2024-04-08test: improve test conventionsdundargoc1
2024-03-30fix(extmarks): splice earlier when opening new line (#28108)zeertzjq1
2024-03-12vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)zeertzjq1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-01-13Merge pull request #26734 from bfredl/splitaroobfredl1
2024-01-13fix(buffer_updates): correct buffer updates when splitting empty linebfredl1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-05fix(change): update fold after on_bytes (#26364)Jaehwang Jung1
2023-09-15fix: invoke changed_bytes when rewriting <Tab> char #25125Ilia Choly1
2023-06-06fix(spell): splice extmarks on :spellrepall (#23929)zeertzjq1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2023-03-11fix(diff): trigger on_bytes only once after diffget/diffputJaehwang Jung1
2023-03-09fix(buffer_updates): save and restore current window cursor (#16732)zeertzjq1
2022-09-30docs: fix typos (#20394)dundargoc1
2022-09-26fix!: make :undo! notify buffer update callbacks (#20344)zeertzjq1
2022-06-13Merge pull request #18931 from zeertzjq/regexp-num-escapedzeertzjq1
2022-06-12fix(buffer): disable buffer-updates before removing from window #18933zeertzjq1
2022-06-12fix(substitute): subtract number of backslashes laterzeertzjq1
2022-04-02fix(extmarks): splice extmarks on accepting spellTony Chen1
2021-10-08fix(buffer_updates): handle :sort of already sorted bufferBjörn Linse1
2021-10-07fix(buffer_updates): cleanup test behaviorBjörn Linse1
2021-10-07fix(buffer_updates): make `lockmarks` not affect extmarks and buffer updates....Anton Adamansky1
2021-10-07fix(buffer_updates): handle :delete of the very last line in bufferBjörn Linse1