diff options
author | Emmanuel Bouthenot <kolter@openics.org> | 2006-10-28 20:24:20 +0000 |
---|---|---|
committer | Emmanuel Bouthenot <kolter@openics.org> | 2006-10-28 20:24:20 +0000 |
commit | 7772bcfd33cdc7ae600fcefe038a36d3787663d1 (patch) | |
tree | 78134ca67408afd869a192cef746fb13389f798b /src/plugins/scripts/ruby | |
parent | 5473b39986481ae1876b2888c51d98006e6f5c6a (diff) | |
download | weechat-7772bcfd33cdc7ae600fcefe038a36d3787663d1.zip |
improve plugins/scripts completion template to use filename completion
Diffstat (limited to 'src/plugins/scripts/ruby')
-rw-r--r-- | src/plugins/scripts/ruby/weechat-ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/ruby/weechat-ruby.c b/src/plugins/scripts/ruby/weechat-ruby.c index e46e80bfc..d6f4dcd45 100644 --- a/src/plugins/scripts/ruby/weechat-ruby.c +++ b/src/plugins/scripts/ruby/weechat-ruby.c @@ -2464,7 +2464,7 @@ weechat_plugin_init (t_weechat_plugin *plugin) "filename: Ruby script (file) to load\n" "script: script name to unload\n\n" "Without argument, /ruby command lists all loaded Ruby scripts.", - "load|autoload|reload|unload", + "load|autoload|reload|unload %f", weechat_ruby_cmd, NULL, NULL); plugin->mkdir_home (plugin, "ruby"); |