aboutsummaryrefslogtreecommitdiff
path: root/test/functional/runtime/autoload/remote/define_spec.lua
diff options
context:
space:
mode:
authorNick Hynes <nhynes@mit.edu>2015-06-24 19:18:44 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-06-25 19:01:38 -0400
commit105b8f10707580dc9f20a52c71de77d57143f64e (patch)
treec8e67289c41702df0e157e8124c1af07ca3c0fb0 /test/functional/runtime/autoload/remote/define_spec.lua
parent34a5efd7a9a5c093207ab9d235719de546ff7479 (diff)
downloadrneovim-105b8f10707580dc9f20a52c71de77d57143f64e.tar.gz
rneovim-105b8f10707580dc9f20a52c71de77d57143f64e.tar.bz2
rneovim-105b8f10707580dc9f20a52c71de77d57143f64e.zip
rplugin: allow users to register hosts #2896
Diffstat (limited to 'test/functional/runtime/autoload/remote/define_spec.lua')
-rw-r--r--test/functional/runtime/autoload/remote/define_spec.lua2
1 files changed, 1 insertions, 1 deletions
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)