aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures
Commit message (Expand)AuthorAge
* 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
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
* NVIM 0.7bfredl2022-04-15
* fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre2022-04-15
* fix(healthcheck): handle empty reportsEdmund Cape2022-02-09
* [RFC] fix: has('python') error (#17252)Shougo2022-01-31
* fix(eval): v:lua support for `-` in module namesbb010g2022-01-28
* NVIM 0.6.0Björn Linse2021-11-30
* feat(lsp): add per-client commands (#16101)Michael Lingelbach2021-11-01
* feat(lsp): track pending+cancel requests on client object #15949jdrouhard2021-10-29
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* fix(lsp): update tests using 0.5.0 handler calls (#15969)Michael Lingelbach2021-10-08
* fix(lsp): expose ContentModified error code to callbacks (#15262)Rishikesh Vaishnav2021-10-08
* fix(checkhealth): mitigate issues with duplicate healthchecks #15919Javier Lopez2021-10-05
* test(runtime/health): cover lua healthchecksJavier López2021-10-04
* fix(runtime): fix ordering of "after" packagesBjörn Linse2021-09-30
* feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger2021-09-28
* fix(runtime): make a copy of runtime_search_path when iteratingBjörn Linse2021-09-27
* feat(lsp): use cjson for lsp rpc (#15759)Michael Lingelbach2021-09-26
* refactor(runtime): handle pack/foo/start/bar/after dirs properlyBjörn Linse2021-09-18
* feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh2021-09-08
* feat(terminal): TermClose: set exit code in v:event.status #15406Gregory Anders2021-08-20
* NVIM v0.5.0v0.5.0Björn Linse2021-07-02
* fix(lsp): do not convert vim.NIL to nil in listsAkin Sowemimo2021-06-24
* fixup! tests: fix system_spec when run with clipboard manager (#10956)Jan Edmund Lazo2021-06-05
* api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse2021-03-12
* lsp: Resolve codeLense server capabilities (#14056)Josa Gesell2021-03-10
* lsp: add incremental text synchronizationMichael Lingelbach2021-03-09
* lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron2021-02-23
* LSP: add test for workspace/configuration handlerMichael Lingelbach2021-01-01
* eval: executable(), exepath() accept strings onlyJan Edmund Lazo2020-12-11
* runtime: propagate lua parsing errors while using "require"dm1try2020-12-10
* startup: load files from &packpath . '/start/{pluginname}'Björn Linse2020-11-19
* Add PVS comment to new source filesJames McCoy2020-11-10
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* lsp: only send buf requests to servers that support the request (#12764)francisco souza2020-10-25
* test/LSP: assert contents of log fileJustin M. Keyes2020-02-16
* lsp/rpc.lua: fix `env` application functionJustin M. Keyes2020-02-16
* LSP: fix validate_client_configJustin M. Keyes2020-02-16