1
mirror of https://github.com/neovim/neovim.git synced 2024-12-29 14:41:06 -07:00
neovim/test/functional
Justin M. Keyes 3d707e6f14
fix(lua): remove vim.loader.disable()
Problem:
`vim.loader.disable` does not conform to `:help dev-name-common` and
`:help dev-patterns`.

Solution:
- Add `enable` parameter to `vim.loader.enable`
- Remove `vim.loader.disable`
- Note the change in `:help news-breaking-dev` (HEAD changes).
  - This is not a breaking change (except to "HEAD") because
    `vim.loader` is marked "experimental".

previous: 26765e8461
2024-11-26 06:15:50 -08:00
..
api fix(api): don't try to get/set option for invalid option name () 2024-11-22 20:32:51 +08:00
autocmd test(autocmd/termxx_spec): fix TextChangedT test flakiness () 2024-11-22 08:08:12 +08:00
core docs: misc () 2024-11-21 06:50:30 +08:00
editor fix(defaults): omit empty line from unimpaired mapping messages () 2024-11-25 16:33:11 -06:00
ex_cmds fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
fixtures fix(lsp): retrigger diagnostics request on server cancellation () 2024-11-25 11:48:11 -06:00
legacy vim-patch:9.1.0869: Problem: curswant not set on gm in folded line () 2024-11-18 09:52:11 +08:00
lua fix(lua): remove vim.loader.disable() 2024-11-26 06:15:50 -08:00
options fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
plugin fix(lsp): retrigger diagnostics request on server cancellation () 2024-11-25 11:48:11 -06:00
provider docs: misc () 2024-11-21 06:50:30 +08:00
script refactor(lsp): rename offset_encoding to position_encoding 2024-11-25 08:06:05 -08:00
shada refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
terminal fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
testnvim test: move exec_lua logic to separate module 2024-11-21 11:35:16 +00:00
treesitter fix(treesitter): update queries 2024-11-22 09:39:45 +01:00
ui fix(grid): double grid_line_start() with ext_messages 2024-11-25 05:54:43 -08:00
vimscript fix(messages)!: vim.ui_attach message callbacks are unsafe 2024-11-14 13:23:11 +01:00
example_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua test: move exec_lua logic to separate module 2024-11-21 11:35:16 +00:00
testterm.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00