summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua
AgeCommit message (Expand)AuthorFiles
2025-02-25fix(lua): don't override script ID from :source (#32626)zeertzjq1
2025-02-24fix(lua): SIGSEGV in luv callback with error(nil) #32595phanium1
2025-02-18test(lua/hl_spec): fix hang on exit with ASAN (#32508)zeertzjq1
2025-02-17test(lua/hl_spec): reduce flakiness (#32489)zeertzjq1
2025-02-12fix(memline): don't check line count for closed memline #32403luukvbaal1
2025-02-09fix(lua): vim.tbl_get({}, nil, 1) should return nil #32218phanium1
2025-02-05feat(diagnostic): add `current_line` option for `virtual_text` handlerMaria José Solano1
2025-02-03feat(diagnostic): format() can filter diagnostics by returning nil #32302Maria José Solano1
2025-01-29fix(ui): avoid redundant ext_cmdline events (#32237)luukvbaal1
2025-01-26feat(diagnostic): virtual_lines #31959Maria José Solano1
2025-01-24fix(lua): pop retval for fast context LuaRefLuuk van Baal1
2025-01-24fix(messages): avoid empty msg_showmode with 'noshowmode'Luuk van Baal1
2025-01-23test(lua/hl_spec): set timeout for transient state (#32169)zeertzjq1
2025-01-22feat(lua): vim.hl.range() "timeout" #32012Siddhant Agarwal1
2025-01-20vim-patch:9.1.1030: filetype: setting bash filetype is backwards incompatibleChristian Clason1
2025-01-18fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker林玮 (Jade Lin)1
2025-01-18fix(diagnostic)!: make virtual text handler opt-in (#32079)Gregory Anders1
2025-01-15fix(cmdline): prevent cmdline_show events after exiting cmdline #32033luukvbaal1
2025-01-15Merge #32001 from MariaSolOs/consistent-namespacesJustin M. Keyes1
2025-01-14refactor: use nvim.foo.bar format for namespacesMaria José Solano1
2025-01-14feat(vim.fs): find(), dir() can "follow" symlinks #31551Mike1
2025-01-13feat: add vim.fs.relpathdundargoc1
2025-01-09docs: misc #31867Justin M. Keyes3
2025-01-09Revert "refactor(options): set option value for non-current context directly"...zeertzjq1
2025-01-08Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell1
2025-01-04fix(vim.fs.normalize): normalize case for windows drive letterdundargoc1
2025-01-04test: use spawn_wait() instead of system() #31852Justin M. Keyes1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2025-01-01fix(vim.fs.abspath): correctly handle UNC pathsdundargoc1
2025-01-01docs: misc #31479Justin M. Keyes2
2024-12-31fix(vim.fs): joinpath() does not normalize slashes on Windows #31782Gustav Eikaas1
2024-12-31test: skip flaky watchdirs() test on macosdundargoc1
2024-12-28vim-patch:9.1.0965: filetype: sh filetype set when detecting the use of bash ...Luca Saccarola1
2024-12-28feat(lua): add `vim.fs.abspath`Famiu Haque1
2024-12-26refactor(options): set option value for non-current context directlyFamiu Haque1
2024-12-23feat(ui): specify whether msg_show event is added to historyLuuk van Baal1
2024-12-22feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-12-16fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes1
2024-12-16fix(diagnostic): vim.diagnostic.setqflist() opens loclist on first call #31585Juan Cruz De La Torre1
2024-12-11fix(uri): uri_encode encodes brackets incorrectly for RFC2732 #31284Jonny Kong1
2024-12-08fix(lua): avoid vim._with() double-free with cmdmod (#31505)zeertzjq1
2024-12-06feat(stdlib): vim.json.encode(...,{escape_slash:boolean}) #30561Bartłomiej Maryńczak1
2024-12-06fix(filetype): make filetype detection work with :doautocmd (#31470)zeertzjq1
2024-12-05test(system_spec): check for .git dir before using git (#31458)zeertzjq1
2024-12-04Merge #31358 fix test failures for release / tarball buildsJustin M. Keyes1
2024-12-04fix(vim.system): close pipe handles after process handleLewis Russell1
2024-12-03test(main_spec): use CMakePresets.json instead of .git for root markerJames McCoy1
2024-11-26perf(vim.text): use lookup table implementation for hex encoding (#30080)Gregory Anders1
2024-11-26fix(lua): remove vim.loader.disable() #31344Justin M. Keyes1