aboutsummaryrefslogtreecommitdiffstats
path: root/haiku.js
diff options
context:
space:
mode:
authorteramako2008-10-19 12:58:25 +0000
committerteramako2008-10-19 12:58:25 +0000
commit3eade613f12e4ece68c1efc68454b5d530ac77a8 (patch)
treea0b9588acb8a160e1644b47d6deba6205d80819f /haiku.js
parent05db23fda32e25c804110dc7cfde8967eef5ff4f (diff)
downloadvimperator-plugins-3eade613f12e4ece68c1efc68454b5d530ac77a8.tar.bz2
コマンド引数がすべてparseArgされることへの修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21642 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'haiku.js')
-rw-r--r--haiku.js2
1 files changed, 1 insertions, 1 deletions
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*(.*)/))