neovim/test/functional
dundargoc 353a4be7e8 build: remove PVS
We already have an extensive suite of static analysis tools we use,
which causes a fair bit of redundancy as we get duplicate warnings. PVS
is also prone to give false warnings which creates a lot of work to
identify and disable.
2023-11-12 21:26:39 +01:00
..
api fix(context): don't leak memory on multiple invalid objects (#25979) 2023-11-11 13:10:26 +08:00
autocmd vim-patch:9.0.2075: TextChangedI may not always trigger (#25808) 2023-10-28 10:42:18 +08:00
core fix(f_wait): flush UI before blocking (#25962) 2023-11-10 15:24:36 +08:00
editor fix(completion): make sure the buffer name is valid (#25975) 2023-11-11 06:41:10 +08:00
ex_cmds docs: small fixes 2023-10-10 19:20:32 +02:00
fixtures build: remove PVS 2023-11-12 21:26:39 +01:00
legacy refactor(options)!: unify set_option and set_string_option 2023-10-30 21:38:02 +06:00
lua test: skip failing test on freebsd 2023-11-10 21:10:15 +01:00
options vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687) 2023-10-17 22:43:42 +08:00
plugin feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512 2023-11-12 04:54:27 -08:00
provider fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
shada fix(shada): update marks when using delmarks! (#24978) 2023-09-03 10:34:09 +08:00
terminal fix(terminal): keep focus when scrolling number column of another window (#25848) 2023-10-31 15:23:20 +08:00
treesitter fix(treesitter): make Visual hl work consistently with foldtext (#25484) 2023-10-03 13:07:03 +08:00
ui feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512 2023-11-12 04:54:27 -08:00
vimscript fix(context): don't leak memory on multiple invalid objects (#25979) 2023-11-11 13:10:26 +08:00
example_spec.lua
helpers.lua feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512 2023-11-12 04:54:27 -08:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00