neovim/test/functional
Mathias Fussenegger 5de2ae2bce refactor(lsp): add test case for default diagnostic severity
See https://github.com/microsoft/language-server-protocol/pull/1978
If the severity is not specified by the server, error should be used.

This was already the case because it matches the vim.diagnostic default.
This only adds a test case for it.
2024-08-02 11:20:37 +02:00
..
api Merge pull request #29650 from ruuzia/fix_expression_parser_crash 2024-07-21 16:29:16 +02:00
autocmd refactor: use vim._with where possible 2024-06-28 19:58:31 +02:00
core fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445) 2024-06-22 21:17:36 +08:00
editor fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677) 2024-07-13 04:14:29 +08:00
ex_cmds vim-patch:9.1.0651: ex: trailing dot is optional for :g and :insert/:append (#29946) 2024-08-02 07:52:09 +08:00
fixtures feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323 2024-06-24 07:54:56 -07:00
legacy vim-patch:9.1.0647: [security] use-after-free in tagstack_clear_entry 2024-08-02 07:14:42 +08:00
lua fix(eval): handle wrong v:lua in expr option properly (#29953) 2024-08-02 08:00:27 +00:00
options test: improve test conventions 2024-04-23 18:17:04 +02:00
plugin refactor(lsp): add test case for default diagnostic severity 2024-08-02 11:20:37 +02:00
provider test: improve test conventions 2024-04-23 18:17:04 +02:00
script fix(luacats): allow all types inside tuples 2024-06-01 12:56:43 +01:00
shada refactor(shada): remove ShaDaReadDef secondary wrapper 2024-05-28 13:36:54 +02:00
terminal fix(tui): set id parameter in OSC 8 sequences (#29840) 2024-07-24 09:04:09 -05:00
treesitter feat(treesitter): allow get_node to return anonymous nodes 2024-07-29 17:15:46 +02:00
ui fix(scrollbind): properly take filler/virtual lines into account 2024-07-31 11:33:32 +01:00
vimscript refactor: add assertion for v_blob in tv_ptr() (#29554) 2024-07-04 09:54:51 +08:00
example_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua fix(scrollbind): properly take filler/virtual lines into account 2024-07-31 11:33:32 +01:00