summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/vimscript
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao4
2026-04-22feat(eval): treat Lua string as "blob" in writefile() #39098Barrett Ruth1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes24
2026-04-18refactor(vimfn): full-Lua impl of vim.fn.environ()Justin M. Keyes1
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes1
2026-04-05fix(windows): force console codepage to UTF-8 for shell/system() #38742Elijah Koulaxis1
2026-03-18fix(fs): expand drive-relative paths on Windows #37084tao1
2026-02-25refactor(test): simplify v:argf tests #38055Justin M. Keyes2
2026-02-20test: start test runners in Xtest_xdg dir (#37964)zeertzjq3
2026-02-18test: support running functionaltests in parallel by directory (#37918)zeertzjq1
2026-02-14fix(terminal): resuming doesn't work with command in fish (#37857)zeertzjq1
2026-02-13fix: wait() checks condition twice on each interval (#37837)zeertzjq1
2026-02-12test(testterm): remove useless TermCursor highlight definition (#37827)zeertzjq1
2026-02-09test: add failing case for screenrow/screencol #37761Nanashi.1
2026-02-05refactor: rename _extui => _core.ui2 #37692luukvbaal1
2026-02-03test: unskip msgpackparse() test on Windows (#37683)zeertzjq1
2026-01-21test: fix has() test failure (#37480)Kevin Goodsell1
2026-01-13fix(shell): ceci n'est pas une pipebfredl1
2026-01-07fix(mappings): always include replace_keycodes in mapping dicts (#37272)zeertzjq1
2025-12-06vim-patch:partial:9.1.1955: sort() does not handle large numbers correctly (#...zeertzjq1
2025-12-04vim-patch:9.1.1948: Windows: Vim adds current directory to search pathzeertzjq1
2025-12-01feat(version): support multiple Vim versionsJan Edmund Lazo1
2025-11-22feat: has('terminfo')Justin M. Keyes1
2025-09-24test: remove a few more redundant clear() calls (#35903)zeertzjq1
2025-09-22test: reduce some clear() callszeertzjq9
2025-09-02fix: screenchar()/screenstring() with hidden floating windows #35560Evgeni Chasnovski1
2025-07-10docs: api, pack, events, developJustin M. Keyes2
2025-07-11vim-patch:6ac2e4a: runtime(vim): Update base syntax, improve function call hi...zeertzjq1
2025-05-25fix(system): don't treat NUL at start as no input (#34167)zeertzjq1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes2
2025-05-02feat(build): build.zig MVP: build and run functionaltests on linuxbfredl1
2025-04-26fix: screenchar()/screenstring() with multigrid #32494fredizzimo1
2025-04-12feat(defaults): shelltemp=false #33012Alexej Kowalew1
2025-02-11refactor(tests): drop os_kill #32401Justin M. Keyes1
2025-02-05fix(messages): add a trailing space to inputlist() etc. prompts (#32328)zeertzjq1
2025-02-04test(getchar_spec): fix flakiness (#32320)zeertzjq1
2025-02-03vim-patch:9.1.1070: Cannot control cursor positioning of getchar() (#32303)zeertzjq1
2025-01-16vim-patch:9.1.1013: Vim9: Regression caused by patch v9.1.0646zeertzjq1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2024-11-14fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl8
2024-11-08refactor(tests): continue the global highlight definition workbfredl3
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes7
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-09-08fix(startup): ignore broken $XDG_RUNTIME_DIR #30285Justin M. Keyes1
2024-09-05feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes1
2024-09-05test: avoid noise in CI logs #30264Justin M. Keyes1
2024-09-03test: tmpname(create:boolean) #30242Justin M. Keyes1
2024-09-02feat(startup): validate --listen addressJustin M. Keyes1