From 51f8f5fab096bf1f12e43087b995d2d24655d019 Mon Sep 17 00:00:00 2001
From: anekos
Date: Mon, 9 Aug 2010 12:37:40 +0000
Subject: ?: つけちゃらめえええ
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38237 d0d07461-0603-4401-acd4-de1884942a52
---
twittperator.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'twittperator.js')
diff --git a/twittperator.js b/twittperator.js
index 2e31485..d8a2bf8 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,7 +28,7 @@ let PLUGIN_INFO =
twittperator
Twitter Client using ChirpStream
OAuth対応Twitterクライアント
- 1.0.9
+ 1.0.10
2.3
2.4
teramako
@@ -1678,7 +1678,7 @@ function loadPlugins() { // {{{
let m;
if (m = args.literalArg.match(/(RT\s+)@.*$/)) {
Completers.name_id_text(context, args);
- } else if (m = tailMatch(/(?:^|\b|\s)@[^@]*/, args.literalArg)) {
+ } else if (m = tailMatch(/(^|\b|\s)@[^@]*/, args.literalArg)) {
(m.index === 0 ? Completers.name_id : Completers.name)(context, args);
}
--
cgit v1.2.3