diff options
author | anekos | 2010-03-14 11:07:39 +0000 |
---|---|---|
committer | anekos | 2010-03-14 11:07:39 +0000 |
commit | 48da180e5a116cf9594a66b03ef9c527dc0e4b5e (patch) | |
tree | 01693296f5ba8f98df7b9240e957f0124c04887e /feedSomeKeys_3.js | |
parent | cc8e92fb0ba07867445de83c98ad4a303aa61fa9 (diff) | |
download | vimperator-plugins-48da180e5a116cf9594a66b03ef9c527dc0e4b5e.tar.bz2 |
-desc の短い版追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37012 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'feedSomeKeys_3.js')
-rwxr-xr-x | feedSomeKeys_3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js index fa8def6..0c220e1 100755 --- a/feedSomeKeys_3.js +++ b/feedSomeKeys_3.js @@ -598,7 +598,7 @@ let INFO = <> literal: 0, options: [ [['-urls', '-u'], commands.OPTION_STRING, regexpValidator, urlCompleter({currentURL: true})], - [['-desc', '-description'], commands.OPTION_STRING], + [['-desc', '-description', '-d'], commands.OPTION_STRING], [['-frame', '-f'], commands.OPTION_INT, null, frameCompleter], [['-xpath', '-x'], commands.OPTION_STRING, xpathValidator], [ |