From 00b1f584a13c4cae8b0b84b6e3ffc67f7b9d037b Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 23 Nov 2008 00:35:01 +0000 Subject: follow the new completer. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24676 d0d07461-0603-4401-acd4-de1884942a52 --- fetchyoutube.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchyoutube.js') diff --git a/fetchyoutube.js b/fetchyoutube.js index 5e1b699..9b5916e 100644 --- a/fetchyoutube.js +++ b/fetchyoutube.js @@ -4,7 +4,7 @@ // @license Creative Commons 2.1 (Attribution + Share Alike) // @version 1.0 // @author anekos (anekos@snca.net) -// @minVersion 1.2 +// @minVersion 2.0pre // @maxVersion 2.0pre // ==/VimperatorPlugin== // @@ -72,7 +72,7 @@ ['fetchyoutube', 'fetchyt'], 'fecth YouTube HD video', fetch, - {argCount: '*', completer: function (arg) completion.file(arg)}, + {argCount: '*', completer: function (context) completion.file(context)}, true ); -- cgit v1.2.3