summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/testnvim.lua
AgeCommit message (Expand)AuthorFiles
2026-04-23fix(build.zig): reunify parser install pathbfredl1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-15test: replace busted with local harnessLewis Russell1
2026-04-14test: n.rmdir() save-and-restore CWD #39048Justin M. Keyes1
2026-03-13test: include :cd in pcall() in rmdir() (#38278)zeertzjq1
2026-02-19test(lsp): fix fake LSP server timeout not working (#37970)zeertzjq1
2026-02-19test(ex_cmds/write_spec): don't create files under test/ (#37963)zeertzjq1
2026-02-16refactor(tests): server_spec #37912Justin M. Keyes1
2026-02-03feat(defaults): exclude temp dirs from 'shada' oldfiles #37631Pavel Pisetski1
2026-02-01fix(lua): close vim.defer_fn() timer if vim.schedule() failed (#37647)zeertzjq1
2026-01-13fix(shell): ceci n'est pas une pipebfredl1
2025-12-05test: skip noisy "terminal mode unavailable" logs #36794Justin M. Keyes1
2025-11-22docs: misc, build, lspJustin M. Keyes1
2025-11-15docs: getpos, getregion, lspJustin M. Keyes1
2025-10-26refactor(spell): cleanupJustin M. Keyes1
2025-09-24test(tui_spec): avoid dangling Nvim processes on test failure (#35900)zeertzjq1
2025-09-23test: don't block to wait for previous session's exit (#35885)zeertzjq1
2025-09-22test: make error clearer for RPC request after crashzeertzjq1
2025-05-02feat(build): build.zig MVP: build and run functionaltests on linuxbfredl1
2025-04-21feat(options): default statusline expression #33036Shadman1
2025-04-12feat(defaults): shelltemp=false #33012Alexej Kowalew1
2025-03-15refactor(test): deprecate n.feed_command() #32915Justin M. Keyes1
2025-03-14test: do not dedent() in feed() (#32884)zeertzjq1
2025-03-02test: simplify ASAN detectiondundargoc1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2025-02-11refactor(tests): drop os_kill #32401Justin M. Keyes1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes1
2025-01-04refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes1
2025-01-04test: use spawn_wait() instead of system() #31852Justin M. Keyes1
2025-01-03test: include stderr in EOF failure messageJustin M. Keyes1
2025-01-03test: spawn_wait() starts a non-RPC Nvim processJustin M. Keyes1
2024-12-24feat(test): support and document lua test case debuggingMathias Fussenegger1
2024-11-21test: move exec_lua logic to separate moduleLewis Russell1
2024-11-06fix(test): better management of tmpfilesLewis Russell1
2024-09-22feat(fs.lua): add vim.fs.rm()Lewis Russell1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-09-18feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes1
2024-09-15refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes1
2024-09-09refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes1
2024-09-08fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes1
2024-07-31fix(scrollbind): properly take filler/virtual lines into accountLewis Russell1
2024-06-12Merge pull request #29103 from gpanders/test-no-tgcGregory Anders1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-05-31test: do not set termguicolors in test runnerGregory Anders1
2024-05-16fix(test): failure after version bump #28771Justin M. Keyes1
2024-04-23test: improve test conventionsdundargoc1