summaryrefslogtreecommitdiffstatshomepage
path: root/test/client
AgeCommit message (Expand)AuthorFiles
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-04-21feat(normal): normal-mode ZR does :restartJustin M. Keyes1
2026-02-01test: wait for uv.pipe_connect() callback (#37640)zeertzjq1
2026-01-21test: fix some type warnings (#37483)zeertzjq1
2026-01-14test(client): check for uv.run() failure (#37379)zeertzjq1
2026-01-13fix(shell): ceci n'est pas une pipebfredl1
2025-09-23test: don't block to wait for previous session's exit (#35885)zeertzjq3
2025-01-04test: use spawn_wait() instead of system() #31852Justin M. Keyes1
2025-01-03test: include stderr in EOF failure messageJustin M. Keyes2
2025-01-03test: spawn_wait() starts a non-RPC Nvim processJustin M. Keyes3
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-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-01-17test: add type annotationsLewis Russell3
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell3
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes3
2023-09-08refactor(map): enhanced implementation, Clean Code™, etc etcbfredl1
2023-02-10fix(client): wait for session to exitbfredl1
2023-02-10refactor(tests): move lua-client into core and use it for functionaltestsbfredl3