From 64595ae97afe8e5924c4ad97b81f547e819c2d96 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 21 Nov 2008 15:43:50 +0000 Subject: 仕様変更に対応。 ({completer: completion.file} のような手抜きが出来なくなった?) git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24581 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 69ea3b6..5e1b699 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 2.0pre +// @minVersion 1.2 // @maxVersion 2.0pre // ==/VimperatorPlugin== // @@ -72,7 +72,7 @@ ['fetchyoutube', 'fetchyt'], 'fecth YouTube HD video', fetch, - {argCount: '*', completer: completion.file}, + {argCount: '*', completer: function (arg) completion.file(arg)}, true ); -- cgit v1.2.3