diff options
Diffstat (limited to 'fetchyoutube.js')
-rw-r--r-- | fetchyoutube.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |