summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ex_cmds
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao3
2026-04-24fix(trust): always use "/" slashes in filepaths #39355Justin M. Keyes1
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear1
2026-04-23refactor(test): deduplicate trust tests #39354Justin M. Keyes1
2026-04-23fix(trust): hash unchanged empty buffers as empty files #39027Barrett Ruth1
2026-04-22ci: drop cirrus #39321Justin M. Keyes1
2026-04-22fix(cmd): ++p, ++edit should match "word" boundary #39146glepnir1
2026-04-21Merge pull request #39076 from bfredl/zig0.16bfredl1
2026-04-21fix(substitute): don't crash with very large count (#39272)zeertzjq1
2026-04-21fix(build): more changes to make zig 0.16.0 workbfredl1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes14
2026-04-20fix(excmd): nlua_call_excmd require() failure is a "lua_error"Justin M. Keyes2
2026-04-18refactor(vimfn): full-Lua impl of vim.fn.environ()Justin M. Keyes1
2026-04-10feat(ex): add `:log` commandOlivia Kinnear1
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq1
2026-04-07Merge pull request #38669 from SanzharKuandyk/fix-38667zeertzjq1
2026-04-06fix(channel): fix Ctrl-C handling regression in terminalSanzhar Kuandyk1
2026-04-05fix(help): show error when using :help! with nothing at cursor #38775zeertzjq1
2026-03-31test(tui_spec): work around flaky test with ASAN (#38619)zeertzjq1
2026-03-29vim-patch:9.2.0253: various issues with wrong b_nwindows after closing buffersSean Dewar1
2026-03-25test: work around flaky swapfile test with ASAN (#38482)zeertzjq1
2026-03-20docs: miscJustin M. Keyes1
2026-03-19feat(defaults): map "grx" to vim.lsp.codelens.run() #37689Yi Ming1
2026-03-18fix(menu): right-click menu fails with E335 when using V after i_ctrl-o #37349glepnir1
2026-03-16fix(ux): drop "Sorry" from messages #38318Justin M. Keyes1
2026-03-15feat(help): super K (":help!") guesses tag at cursor #36205Justin M. Keyes1
2026-03-11Merge #37830 docsJustin M. Keyes1
2026-03-11docs: deprecate hit-enterJustin M. Keyes1
2026-03-11test(ex_cmds/mksession_spec): fix possible error log (#38255)zeertzjq1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-02-19test(ex_cmds/write_spec): don't create files under test/ (#37963)zeertzjq1
2026-02-18test: support running functionaltests in parallel by directory (#37918)zeertzjq1
2026-02-12fix(bufwrite.c): handle invalid byte sequences #37363Kevin Goodsell1
2026-02-12test(testterm): remove useless TermCursor highlight definition (#37827)zeertzjq1
2026-02-10refactor(help): move escaping logic to Lua #37757Yochem van Rosmalen1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-02-03feat(defaults): exclude temp dirs from 'shada' oldfiles #37631Pavel Pisetski1
2026-02-03ci(test): bump Windows runners to windows-2025 and unskip tests (#37666)zeertzjq2
2026-02-01test: wait for uv.pipe_connect() callback (#37640)zeertzjq1
2026-01-31test: add reasons to some skipped tests (#37632)zeertzjq2
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq1
2026-01-21fix(lua): correct line number reporting for options set in coroutines (#37463)Tommy Guo1
2026-01-10fix(session): window sizes not stored with float windows (#37344)zeertzjq1
2026-01-09fix(:ls): check for finished terminal properly (#37303)zeertzjq1
2026-01-07feat(editor): :source can run Lua codeblock / ts injection #36799benarcher26911
2026-01-02fix(lsp): `:lsp restart` restarts on client exit #37125Olivia Kinnear1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-12-20docs: misc, lspJustin M. Keyes1
2025-12-16fix(lsp): tests for :lsp, rename start/stopOlivia Kinnear1
2025-11-30fix(buffer): defer w_buffer clearing to prevent dict watcher crash #36748CompileAndConquer1