aboutsummaryrefslogtreecommitdiffstats
path: root/hatenabookmark_show.js
diff options
context:
space:
mode:
authoranekos2009-02-09 12:37:40 +0000
committeranekos2009-02-09 12:37:40 +0000
commit8b4f74cc5892f16728686a2bfee9298766d740d0 (patch)
tree742918c3614170f127fcb1ba89d3b371a1fc95ac /hatenabookmark_show.js
parent52b3944fb13141970397dc38494d1fd1ee9dec2d (diff)
downloadvimperator-plugins-8b4f74cc5892f16728686a2bfee9298766d740d0.tar.bz2
文字コード修正
minVersion 修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29783 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'hatenabookmark_show.js')
-rw-r--r--hatenabookmark_show.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/hatenabookmark_show.js b/hatenabookmark_show.js
index 5c943be..43b9856 100644
--- a/hatenabookmark_show.js
+++ b/hatenabookmark_show.js
@@ -29,7 +29,7 @@
liberator.modules.commandline.echo(showString,liberator.modules.commandline.HL_NORMAL,liberator.modules.commandline.FORCE_MULTILINE);
}
liberator.modules.commands.addUserCommand(["hbinfo"],"show Hatena Bookmark comments",
- function(arg,special){
+ function(arg){
var clipboard = readFromClipboard();
var url = arg.string;
if(special)
@@ -38,7 +38,8 @@
},{
completer: liberator.modules.completion.url,
bang: true
- }
+ },
+ true
);
liberator.modules.mappings.addUserMap([liberator.modules.modes.VISUAL],[",h"],"show Hatena Bookmark comments",
function(count){