summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/fixtures
AgeCommit message (Expand)AuthorFiles
2026-03-29NVIM v0.12.0v0.12.0Justin M. Keyes1
2026-03-07test(shell-test): call tcdrain() on stdout and stderr on exit (#38177)zeertzjq1
2026-03-06test(shell-test): check MSWIN instead of _MSC_VER (#38178)zeertzjq1
2026-02-23test: don't test overriding argv[0] using FFI (#38012)zeertzjq1
2026-02-19test(lsp): fix fake LSP server timeout not working (#37970)zeertzjq1
2026-02-15fix(lsp): support workspace/configuation with no section #27510Tim Pope1
2026-02-03test(tty-test): enable VTI and VTP on Windows (#37677)zeertzjq1
2026-01-15fix(process): don't limit PTY master remaining data sizezeertzjq1
2025-12-08refactor: clint.py => clint.luaJustin M. Keyes1
2025-12-02test: unreliable "job exit event on jobstart(…,{term=true})"Justin M. Keyes1
2025-11-16feat(lsp): skip invalid header lines #36402tao1
2025-08-24fix(diff): set default diff flags properly (#35450)zeertzjq2
2025-08-03fix(lsp): decode 'null' in server responses as vim.NIL #34849skewb1k1
2025-06-06fix(diff): fix incorrect item size of dout_ga (#34338)zeertzjq2
2025-03-26NVIM v0.11.0v0.11.0Justin M. Keyes1
2025-03-23test(checkhealth): nested path 'runtimepath' #33034phanium1
2025-03-16fix(checkhealth): handle nested lua/ directory #32918phanium1
2025-03-06feat(lsp): support for resolving code action command (#32704)Maria José Solano1
2024-12-21test: format C test files and fix clang-tidy warningsdundargoc3
2024-11-25fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders1
2024-11-21refactor(windows)!: only support UCRT, even for mingwbfredl1
2024-06-24feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan1
2024-06-07fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger1
2024-05-30refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger1
2024-05-16NVIM v0.10.0v0.10.0Justin M. Keyes1
2024-04-05feat(lsp): set workDoneToken in initialize request (#28182)Mathias Fußenegger1
2024-03-25refactor(lsp): simplify client trackingLewis Russell1
2024-03-25Revert "refactor(lsp): simplify client tracking"Lewis Russell1
2024-03-25refactor(lsp): simplify client trackingLewis Russell1
2024-03-19fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922)zeertzjq1
2024-01-20build: create separate targets for nvim with and without runtime filesdundargoc1
2024-01-03refactor: format test/*Justin M. Keyes19
2023-11-12build: remove PVSdundargoc5
2023-10-17vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq3
2023-09-21fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko1
2023-07-14feat(lsp): map K to hover by default #24331Mathias Fußenegger1
2023-06-20refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger1
2023-06-17fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2
2023-04-15refactor: deprecate checkhealth functionsdundargoc11
2023-04-07NVIM v0.9.0v0.9.0bfredl1
2023-03-11fix(lsp): send didClose on buffer rename (#22623)Mathias Fußenegger1
2023-03-11revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)Mathias Fußenegger1
2023-03-09feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267Michal Liszcz1
2023-03-01fix(lsp): use buffer scheme for files not stored on disk (#22407)Mathias Fußenegger1
2023-01-31fix(tests): use -l mode for lsp testsbfredl1
2023-01-10build: use modern cmake (#21589)dundargoc1
2023-01-05feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes1
2023-01-05feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes1
2023-01-05feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes1