Add cmdline expansion test

This commit is contained in:
hrsh7th
2021-11-15 13:11:42 +09:00
parent c194a3dbba
commit 3a2afb3cae
2 changed files with 54 additions and 2 deletions

View File

@@ -45,6 +45,11 @@ spec.before = function()
end,
},
})
config.set_cmdline({
sources = {
{ name = 'spec' },
},
}, ':')
end
spec.state = function(text, row, col)