Skip to content

Commit 815895f

Browse files
committed
test: skip virtual marker tests for earlier versions
1 parent d93422d commit 815895f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/snippy_spec.lua

+2
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,7 @@ describe('Snippy', function()
908908

909909
it('virtual markers', function()
910910
if exec_lua([[return vim.fn.has('nvim-0.10')]]) == 0 then
911+
pending('feature requires nvim >= 0.10')
911912
return
912913
end
913914
command('set filetype=lua')
@@ -942,6 +943,7 @@ describe('Snippy', function()
942943

943944
it('virtual markers with numbers', function()
944945
if exec_lua([[return vim.fn.has('nvim-0.10')]]) == 0 then
946+
pending('feature requires nvim >= 0.10')
945947
return
946948
end
947949
command('set filetype=lua')

0 commit comments

Comments
 (0)