aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures
Commit message (Expand)AuthorAge
* test: format C test files and fix clang-tidy warningsdundargoc2024-12-21
* fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2024-11-25
* refactor(windows)!: only support UCRT, even for mingwbfredl2024-11-21
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2024-06-07
* refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
* NVIM v0.10.0Justin M. Keyes2024-05-16
* feat(lsp): set workDoneToken in initialize request (#28182)Mathias Fußenegger2024-04-05
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* Revert "refactor(lsp): simplify client tracking"Lewis Russell2024-03-25
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922)zeertzjq2024-03-19
* build: create separate targets for nvim with and without runtime filesdundargoc2024-01-20
* refactor: format test/*Justin M. Keyes2024-01-03
* build: remove PVSdundargoc2023-11-12
* vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq2023-10-17
* fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko2023-09-21
* feat(lsp): map K to hover by default #24331Mathias Fußenegger2023-07-14
* refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger2023-06-20
* fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter2023-06-17
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* NVIM v0.9.0bfredl2023-04-07
* fix(lsp): send didClose on buffer rename (#22623)Mathias Fußenegger2023-03-11
* revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)Mathias Fußenegger2023-03-11
* feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267Michal Liszcz2023-03-09
* fix(lsp): use buffer scheme for files not stored on disk (#22407)Mathias Fußenegger2023-03-01
* fix(tests): use -l mode for lsp testsbfredl2023-01-31
* build: use modern cmake (#21589)dundargoc2023-01-10
* feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes2023-01-05
* feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes2023-01-05
* feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
* fix: find multibyte file name in line (#20519)zeertzjq2022-10-07
* NVIM v0.8.0bfredl2022-09-30
* fix(tests): indicate in test logs when nvim exit times outbfredl2022-09-22
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* vim-patch:8.2.4334: command line popup menu not positioned correctlyzeertzjq2022-08-22
* vim-patch:8.2.4325: 'wildmenu' only shows few matches (#19876)zeertzjq2022-08-21
* fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger2022-08-01
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* fix(build): only pass -municode if MINGW #19049Justin M. Keyes2022-06-22
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger2022-06-03
* refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez2022-05-31
* fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman2022-05-05
* fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger2022-04-30
* feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30