mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
fix: temporarily disable 0.12 deprecation tests
Re-enable these after release.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user