neovim/test/functional
Christian Clason 99e0facf3a feat(treesitter)!: use return values in language.add()
Problem: No clear way to check whether parsers are available for a given
language.

Solution: Make `language.add()` return `true` if a parser was
successfully added and `nil` otherwise. Use explicit `assert` instead of
relying on thrown errors.
2024-09-29 15:27:16 +02:00
..
api fix(window): making float with title/footer non-float leaks memory (#30551) 2024-09-28 10:21:06 +08:00
autocmd refactor(tests): rename terminal/testutil.lua => testterm.lua #30372 2024-09-15 03:28:14 -07:00
core fix(channel): handle writing to file instead of pipe (#30519) 2024-09-26 08:36:50 +00:00
editor refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418) 2024-09-19 18:05:27 +08:00
ex_cmds refactor(test): rename alter_slashes, invert its behavior 2024-09-09 12:23:54 +02: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.0708: Recursive window update does not account for reset skipcol (#30217) 2024-09-01 20:19:19 +08:00
lua fix(treesitter): suppress get_parser warnings via opts.error 2024-09-28 00:31:45 +02:00
options fix(test): "tempdir not a directory" in CI logs 2024-09-09 12:23:54 +02:00
plugin feat(health): highlight headings #30525 2024-09-26 07:45:03 -07:00
provider refactor(tests): again yet more global highlight definitions 2024-08-14 14:03:34 +02:00
script fix(luacats): allow all types inside tuples 2024-06-01 12:56:43 +01:00
shada refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
terminal feat(paste): unify cancel and error behavior (#30476) 2024-09-24 07:14:14 +08:00
treesitter feat(treesitter)!: use return values in language.add() 2024-09-29 15:27:16 +02:00
ui fix(float): properly find last window of tabpage (#30571) 2024-09-29 10:38:17 +00:00
vimscript refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02: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 feat(fs.lua): add vim.fs.rm() 2024-09-22 15:05:24 +01:00
testterm.lua refactor(tests): rename terminal/testutil.lua => testterm.lua #30372 2024-09-15 03:28:14 -07:00