diff options
author | Nick Hynes <nhynes@mit.edu> | 2015-06-24 19:18:44 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-25 19:01:38 -0400 |
commit | 105b8f10707580dc9f20a52c71de77d57143f64e (patch) | |
tree | c8e67289c41702df0e157e8124c1af07ca3c0fb0 /test/functional/runtime/autoload/remote/define_spec.lua | |
parent | 34a5efd7a9a5c093207ab9d235719de546ff7479 (diff) | |
download | rneovim-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.lua | 2 |
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) |