diff options
author | anekos | 2010-03-25 14:03:26 +0000 |
---|---|---|
committer | anekos | 2010-03-25 14:03:26 +0000 |
commit | 1af270907d586bb709b3ba7f3f744a10a1a29206 (patch) | |
tree | 01c1196c4061d28f95c1155b183dc73111d73692 | |
parent | 5d57a092a9d6f98cd9d838b088260740b3c4b446 (diff) | |
download | vimperator-plugins-1af270907d586bb709b3ba7f3f744a10a1a29206.tar.bz2 |
コマンド追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37087 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | reveal-ie-ctrl-a-images.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/reveal-ie-ctrl-a-images.js b/reveal-ie-ctrl-a-images.js index 01d8af1..c4e86c5 100644 --- a/reveal-ie-ctrl-a-images.js +++ b/reveal-ie-ctrl-a-images.js @@ -131,6 +131,19 @@ let PLUGIN_INFO = ); }); + commands.addUserCommand( + ['revealimage'], + 'Reveal IE Ctrl-A images.', + function (args) { + hints.show(args.bang ? modeR : modeN); + }, + { + bang: true + }, + true + ); + + })(); // vim:sw=2 ts=2 et si fdm=marker: |