aboutsummaryrefslogtreecommitdiffstats
path: root/feedSomeKeys_3.js
diff options
context:
space:
mode:
authoranekos2010-03-03 16:51:20 +0000
committeranekos2010-03-03 16:51:20 +0000
commitf17e38ee7f6a428886bfb18ac8d7c19171987377 (patch)
treee14b20b027b60bdfe1aa566d206f5e5bca22c587 /feedSomeKeys_3.js
parentf90248eaaa53e30a5bd722aad46d219fa8b20bd4 (diff)
downloadvimperator-plugins-f17e38ee7f6a428886bfb18ac8d7c19171987377.tar.bz2
API追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36918 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'feedSomeKeys_3.js')
-rwxr-xr-xfeedSomeKeys_3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js
index c270716..ce6c80f 100755
--- a/feedSomeKeys_3.js
+++ b/feedSomeKeys_3.js
@@ -527,7 +527,7 @@ let INFO =
);
__context__.API =
- 'VKeys feed getFrames fromXPath virtualize'.split(/\s+/).reduce(
+ 'VKeys feed getFrames fromXPath virtualize unmap gets list'.split(/\s+/).reduce(
function (result, name)
(result[name] = eval(name), result),
{}