summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/buffer_updates_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-03-19fix(terminal): don't refresh for sync flush when exiting (#38363)zeertzjq1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-02-17fix(terminal): spurious buffer update with empty buf (#37920)zeertzjq1
2025-09-24test: remove a few more redundant clear() calls (#35903)zeertzjq1
2025-06-23fix(quickfix): use correct lnume when appending (#34611)glepnir1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-09-26test(api/buffer_updates_spec): prevent flakiness (#30521)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-02-12refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes1
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
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: normalise nvim bridge functionsLewis Russell1
2024-01-12test: remove helpers.sleep()Lewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-08test: use termopen() instead of :terminal more (#26462)zeertzjq1
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini1
2023-04-02refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22187Justin M. Keyes1
2022-11-29docs: fix typos (#21196)dundargoc1
2022-06-13fix(tests): missing clear() #18927kylo2521
2022-05-18test: unskip tests on Windows (#18600)zeertzjq1
2022-05-17fix(terminal): do not trim whitespace that is actually in the terminal (#16423)zeertzjq1
2022-03-03test: use helpers.pending_win32(pending) in buffer_updates_speczeertzjq1
2022-02-26test: use helpers.pending_win32(pending) instead of iswin()zeertzjq1
2022-02-20ci: skip tests that fail on windowsDundar Göc1
2021-08-18test: update tests to work with 'hidden'Gregory Anders1
2019-09-06test: Eliminate expect_errJustin M. Keyes1
2019-06-04api: allow nvim_buf_attach from lua using callbacksBjörn Linse1
2019-03-01API/buffer-updates: always detach on buf-reload #9643KillTheMule1
2018-10-31functionaltest: win: enable diffput,diffget testJan Edmund Lazo1
2018-07-02test: nvim_buf_attach: reduce delayJustin M. Keyes1
2018-07-01test: nvim_buf_attach response after initial delayJustin M. Keyes1
2018-07-01test: buffer_updates: 10s timeoutJustin M. Keyes1
2018-07-01API: emit nvim_buf_lines_event from :terminal #8616KillTheMule1
2018-06-08Merge #7917 'API: buffer updates'Justin M. Keyes1
2018-05-23Add empty options dict to buf_attachKillTheMule1
2018-05-23Rename some more, fixe borked renamingKillTheMule1
2018-05-23Send changedtick as first event if buffer contents weren't requestedKillTheMule1
2018-05-23Unify updates_start and updates to lines_eventKillTheMule1
2018-05-23Update testKillTheMule1
2018-05-23Some renamings and doc changesKillTheMule1
2018-05-23Try fixing that test on travisKillTheMule1
2018-05-23Increase sendkeys timeoutKillTheMule1
2018-05-23The grand renamingKillTheMule1