From 3eade613f12e4ece68c1efc68454b5d530ac77a8 Mon Sep 17 00:00:00 2001 From: teramako Date: Sun, 19 Oct 2008 12:58:25 +0000 Subject: コマンド引数がすべてparseArgされることへの修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21642 d0d07461-0603-4401-acd4-de1884942a52 --- haiku.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haiku.js') diff --git a/haiku.js b/haiku.js index f823b36..410e97b 100644 --- a/haiku.js +++ b/haiku.js @@ -221,7 +221,7 @@ liberator.echoerr(ex); } - arg = arg.replace(/%URL%/g, buffer.URL) + arg = arg.string.replace(/%URL%/g, buffer.URL) .replace(/%TITLE%/g, buffer.title); if (special && arg.match(/^\+\s*(.*)/)) -- cgit v1.2.3