mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 18:37:02 +10:00
Problem: - The test for vim.deprecate() has a "mock" which is outdated because vim.deprecate() no longer uses that. - The tests get confused after a version bump. Solution: Make the tests adapt to the current version.