From 8b4f74cc5892f16728686a2bfee9298766d740d0 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 9 Feb 2009 12:37:40 +0000 Subject: 文字コード修正 minVersion 修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29783 d0d07461-0603-4401-acd4-de1884942a52 --- hatenabookmark_show.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hatenabookmark_show.js') 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){ -- cgit v1.2.3