fix: temporarily disable 0.12 deprecation tests

Re-enable these after release.
This commit is contained in:
Justin M. Keyes
2025-03-26 14:19:47 +01:00
parent 0926098e9d
commit 2e68e9c051
2 changed files with 3 additions and 4 deletions

View File

@@ -2667,7 +2667,7 @@ describe('vim.diagnostic', function()
it('respects legacy signs placed with :sign define or sign_define #26618', function()
-- Legacy signs for diagnostics were deprecated in 0.10 and will be removed in 0.12
eq(0, n.fn.has('nvim-0.12'))
-- eq(0, n.fn.has('nvim-0.12'))
n.command('sign define DiagnosticSignError text= texthl= linehl=ErrorMsg numhl=ErrorMsg')
n.command('sign define DiagnosticSignWarn text= texthl= linehl=WarningMsg numhl=WarningMsg')