summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua
AgeCommit message (Expand)AuthorFiles
2025-05-21fix(diagnostic): accept multiple namespace in `open_float()` (#34073)Maria José Solano1
2025-05-21fix(diagnostics): fixed virtual_text cursormoved autocmd error (#34017)Rijul Kapoor1
2025-05-13feat(diagnostic): add `enabled` filter (#33981)Maria José Solano1
2025-05-12feat(diagnostic): add `format` option to `setloclist`/`setqflist` (#33977)Maria José Solano1
2025-05-12fix(diagnostic): accept multiple namespaces when setting loclist/qflist (#33982)Maria José Solano1
2025-05-08Merge pull request #33850 from MariaSolOs/on-jumpMaria José Solano1
2025-05-06refactor(tests): lint decorations_spec, float_spec, multigrid_spec #33274Justin M. Keyes1
2025-05-05feat(diagnostic): add `on_jump` callback optionMaria José Solano1
2025-05-04fix(lua): vim.validate `message` param #33675Justin M. Keyes1
2025-05-04refactor(lua): swap value params in `tbl_extend` behavior callback #33847Maria José Solano1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes8
2025-05-03feat(lua): function `behavior` for tbl_extend, tbl_deep_extend #33819Maria José Solano1
2025-05-02Merge pull request #28344 from bfredl/wonderlandbfredl3
2025-05-02feat(build): build.zig MVP: build and run functionaltests on linuxbfredl3
2025-05-01fix(diagnostic): allow virtual_{lines,text} cursor exclusivity #33517Michael Clayton1
2025-04-30fix(trust): support for trusting directories #33617Jeremy Fleischman1
2025-04-29feat(ui): use builtin completion popupmenu with ext_cmdline (#31269)luukvbaal1
2025-04-29test(lua/secure_spec): avoid magic number (#33700)zeertzjq1
2025-04-23fix(snippet): use <cmd>call cursor() for visual rangeLuuk van Baal1
2025-04-21feat(options): default statusline expression #33036Shadman2
2025-04-21feat(ui): avoid setting 'cmdheight' with vim.ui_attach()Luuk van Baal1
2025-04-16fix(vim.system): unclear non-executable message #33455Justin M. Keyes1
2025-04-11fix(vim.version): vim.VersionRange:has(<prerelease>) (#33324)Phạm Bình An1
2025-04-05fix(vim.hl): nvim_buf_del_extmark on invalid buffer #33331phanium1
2025-04-04test(lua/hl_spec): fix hang on exit with ASAN (#33298)zeertzjq1
2025-04-03feat(vim.hl): allow multiple timed highlights simultaneously #33283Siddhant Agarwal1
2025-04-03test(lua/secure_spec): fix failure with long path (#33280)zeertzjq1
2025-03-26refactor(diagnostic)!: remove deprecated diagnostic APIs (#33072)Gregory Anders1
2025-03-26fix: temporarily disable 0.12 deprecation testsJustin M. Keyes1
2025-03-26fix(lua): no omni/cmdline completion for vim.env (#33044)Phạm Bình An1
2025-03-24fix(cmdline): cmdline completion of _defer_require() modules #33007phanium1
2025-03-23test(log): use tempfile for expected error logs #33017luukvbaal1
2025-03-21fix(log): unify error messages for vim.ui_attach/decor providers #33005luukvbaal1
2025-03-19fix(messages): incorrect error message splitting and kind #32990luukvbaal1
2025-03-19fix(snippet): wrong indentation when snippet contains "^" #32970Avinash Thakur1
2025-03-19fix(filetype): normalize full path before matching #32227markstegeman1
2025-03-18fix(lua): ensure inspect_pos() only shows visible highlight extmarksLuuk van Baal1
2025-03-16refactor(test): move runtime_spec.lua to editor/ #32919Justin M. Keyes1
2025-03-14test: flaky loop_spec.lua #32885Justin M. Keyes1
2025-03-14feat(snippet): set snippet keymaps permanent instead of dynamic (#31887)Mathias Fußenegger1
2025-03-13fix(lua): vim.hl.on_yank highlights wrong region with yi' (#32850)phanium1
2025-03-07feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders2
2025-03-07fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq1
2025-03-05fix(lua): format errors from luv callbacks using __tostringbfredl1
2025-03-04fix(diagnostic): virtual_lines diagnostic columns (#32703)James Trew1
2025-03-02docs: misc #31996Justin M. Keyes2
2025-03-02feat(lua): don't complete private (_) fields after dot (.) #32690Maria José Solano1
2025-03-02feat(comment): allow commentstring to be determined from node metadataRiley Bruins1
2025-02-28vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq2
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes2