summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/terminal/buffer_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-03-21test(terminal/buffer_spec): increase timeout waiting for REP (#38398)zeertzjq1
2026-03-19fix(terminal): don't poll for output during scrollback refresh (#38365)zeertzjq1
2026-03-16fix(terminal): don't always leave if enter autocmds delete buffer #38324Sean Dewar1
2026-03-15fix(terminal): heap UAF from autocmds when entering #38316Sean Dewar1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-03-11fix(terminal): free the "[Process exited]" msg extmark #38246Ayaan1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-02-26test: remove remaining use of feed_command() in terminal/ (#38069)zeertzjq1
2026-02-24refactor(test): avoid deprecated functions #37017glepnir1
2026-02-19test: fix flaky tests in terminal/{buffer,channel}_spec.lua (#37966)zeertzjq1
2026-02-15refactor(terminal): don't put cursor at bottom-left in Normal mode (#37873)zeertzjq1
2026-02-14fix(terminal): resuming doesn't work with command in fish (#37857)zeertzjq1
2026-02-14fix(terminal): missing refresh with partial mappings (#37839)zeertzjq1
2026-02-13feat(terminal): detect suspended PTY process (#37845)zeertzjq1
2026-02-09fix(terminal): set b_locked when setting &buftype (#37787)Sean Dewar1
2026-02-05fix(terminal): handle split composing chars at right edge (#37694)zeertzjq1
2026-02-04fix(terminal): also don't propagate $COLORTERM on Windows (#37699)zeertzjq1
2026-02-03ci(test): bump Windows runners to windows-2025 and unskip tests (#37666)zeertzjq1
2026-01-29test(terminal): status is -1 in TermClose if buffer is deleted (#37609)zeertzjq1
2026-01-28fix(terminal): wrong scrollback with BufFile* autocommand (#37601)zeertzjq1
2026-01-28fix(terminal): losing output if BufFile* poll for events (#37580)zeertzjq1
2026-01-27fix(terminal): don't allow b:term_title watcher to delete bufferzeertzjq1
2026-01-27fix(terminal): losing scrollback when TermOpen polls for events (#37573)zeertzjq1
2026-01-22fix(terminal): <Ignore> should be no-op (#37494)zeertzjq1
2026-01-21fix(terminal): restore options properly when switching buffer (#37485)zeertzjq1
2026-01-15fix(process): don't limit PTY master remaining data sizezeertzjq1
2026-01-10fix(terminal): :edit should respect 'bufhidden' with exited job (#37301)zeertzjq1
2026-01-08vim-patch:9.1.2066: :wqall! doesn't close a terminal like :qall! does (#37314)zeertzjq1
2026-01-08test(terminal/buffer_spec): fix flaky test (#37299)zeertzjq1
2026-01-06fix(buffer): don't reuse 1-line terminal buffer (#37261)zeertzjq1
2026-01-05fix(terminal): avoid multiple terminals writing to same buffer (#37219)zeertzjq1
2026-01-05fix(terminal): crash with race between buffer close and OSC 2 (#37225)zeertzjq1
2026-01-04fix(terminal): handle closing terminal with pending TermRequest (#37227)zeertzjq1
2025-10-24fix(terminal): wrong row in TermRequest with full scrollback (#36298)zeertzjq1
2025-08-26fix(terminal): patch various autocommand-related holesSean Dewar1
2025-08-26fix(terminal): update winopts and focus when switching terminalsSean Dewar1
2025-07-16test(tui_spec): flakiness, global highlight definitions #34958luukvbaal1
2025-05-09fix(terminal): check size when switching buffersSean Dewar1
2025-03-08fix(events): always allow some events to be nested (#32706)zeertzjq1
2025-03-07fix(terminal): avoid rescheduling events onto the same queue (#32755)Gregory Anders1
2025-03-05feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders1
2025-02-13feat(term): trigger TermRequest for APC (#32407)Till Bungert1
2025-02-02vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)zeertzjq1
2025-01-21feat(terminal): forward X1 and X2 mouse eventszeertzjq1
2025-01-16feat(terminal): add support for kitty keyboard protocolGregory Anders1
2025-01-15Merge #32001 from MariaSolOs/consistent-namespacesJustin M. Keyes1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1
2025-01-13fix(getchar): do not simplify keycodes in terminal modebfredl1
2025-01-09fix(terminal): don't crash on unprintable charsbfredl1