aboutsummaryrefslogtreecommitdiffstats
path: root/zip-de-download.js
diff options
context:
space:
mode:
authoranekos2013-03-11 22:12:44 +0900
committeranekos2013-03-11 22:12:44 +0900
commit0bc1bf18ea748898f23eab2144581868bc31be0d (patch)
tree4f2767cfae2d1a2ebf5a06f1c002bde3c0059c11 /zip-de-download.js
parent28acea7b5963ce926c2a813a4f2e7b75904dd94c (diff)
downloadvimperator-plugins-0bc1bf18ea748898f23eab2144581868bc31be0d.tar.bz2
Teketoh fix
Diffstat (limited to 'zip-de-download.js')
-rw-r--r--zip-de-download.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/zip-de-download.js b/zip-de-download.js
index 9e0de28..a111958 100644
--- a/zip-de-download.js
+++ b/zip-de-download.js
@@ -350,6 +350,8 @@ let SITE_INFO = [
completer: liberator.modules.completion.file
}, true);
- util.extend(__context__, self);
+ for (let [k, v] in Iterator(self)) {
+ __context__[k] = v;
+ }
})();
// vim: sw=2 ts=2 et: