From 105b8f10707580dc9f20a52c71de77d57143f64e Mon Sep 17 00:00:00 2001 From: Nick Hynes Date: Wed, 24 Jun 2015 19:18:44 -0400 Subject: rplugin: allow users to register hosts #2896 --- test/functional/runtime/autoload/remote/define_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/runtime/autoload/remote') diff --git a/test/functional/runtime/autoload/remote/define_spec.lua b/test/functional/runtime/autoload/remote/define_spec.lua index 53da47243c..9b97ed84d9 100644 --- a/test/functional/runtime/autoload/remote/define_spec.lua +++ b/test/functional/runtime/autoload/remote/define_spec.lua @@ -346,7 +346,7 @@ local function host() end local function register() - eval('remote#host#Register("busted", '..channel()..')') + eval('remote#host#Register("busted", "busted", '..channel()..')') end command_specs_for('remote#define#CommandOnChannel', true, channel) -- cgit