neovim/test/functional
Mathias Fußenegger 54305443b9
feat(lsp): support willSave & willSaveWaitUntil capability (#21315)
`willSaveWaitUntil` allows servers to respond with text edits before
saving a document. That is used by some language servers to format a
document or apply quick fixes like removing unused imports.
2022-12-08 10:55:01 +01:00
..
api fix(float): make closing float in another tab return to correct window 2022-12-02 10:51:50 +08:00
autocmd vim-patch:9.0.1025: WinScrolled is not triggered when filler lines change (#21325) 2022-12-07 18:34:39 +08:00
core docs: fix typos (#21196) 2022-11-29 09:45:48 +08:00
editor vim-patch:9.0.0969: matchparen highlight is not updated when switching buffers (#21227) 2022-11-29 10:17:57 +08:00
ex_cmds feat(secure): add :trust command and vim.secure.trust() (#21107) 2022-11-28 12:23:04 -07:00
fixtures fix: find multibyte file name in line (#20519) 2022-10-07 09:43:16 +08:00
legacy vim-patch:8.2.2295: incsearch does not detect empty pattern properly 2022-12-04 10:07:05 +08:00
lua fix(secure): crash when hitting escape in prompt (#21283) 2022-12-05 11:59:04 -07:00
options test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
plugin feat(lsp): support willSave & willSaveWaitUntil capability (#21315) 2022-12-08 10:55:01 +01:00
provider test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
shada test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
terminal test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
treesitter test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
ui fix(float): fix crash with bufpos and non-existent window (#21319) 2022-12-07 11:36:34 +08:00
vimscript test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
example_spec.lua
helpers.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
preload.lua fix(tests): only get the color map once, even for multiple test files 2022-11-27 11:51:10 +01:00