From 4e7bbcf8cc60f43d556e7cb81172602ad07652cc Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 1 Feb 2009 08:20:22 +0000 Subject: 引数中に /['"]/ を含められないバグを修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29382 d0d07461-0603-4401-acd4-de1884942a52 --- twitter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twitter.js b/twitter.js index 82e28d3..b2aab4f 100644 --- a/twitter.js +++ b/twitter.js @@ -196,7 +196,8 @@ else sayTwitter(username, password, arg); },{ - bang: true + bang: true, + literal: 0 } ); })(); -- cgit v1.2.3