aboutsummaryrefslogtreecommitdiffstats
path: root/feedSomeKeys_3.js
diff options
context:
space:
mode:
authoranekos2010-03-01 12:23:03 +0000
committeranekos2010-03-01 12:23:03 +0000
commitf734f0d11f2a5be4aa469d8ce01a23576f74ca1a (patch)
treea4a2fc67ef71c8f4a6be2fe5f637dcc964860d04 /feedSomeKeys_3.js
parent03d3c707a15861af8f7f7af06cb8548a7a93bb18 (diff)
downloadvimperator-plugins-f734f0d11f2a5be4aa469d8ce01a23576f74ca1a.tar.bz2
API追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36888 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'feedSomeKeys_3.js')
-rwxr-xr-xfeedSomeKeys_3.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js
index 353eced..91ed8e4 100755
--- a/feedSomeKeys_3.js
+++ b/feedSomeKeys_3.js
@@ -264,6 +264,13 @@ let INFO =
);
});
+ __context__.API =
+ 'VKeys feed getFrames fromXPath virtualize'.split(/\s+/).reduce(
+ function (result, name)
+ (result[name] = eval(name), result),
+ {}
+ );
+
})();
// vim:sw=2 ts=2 et si fdm=marker: