From 8da8ef7d260f73fc9017019e36a0f8bc35323e2e Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 30 Jul 2010 14:34:31 +0000 Subject: @で補完開始できないので修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38060 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 9601ea9..91e2947 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1459,7 +1459,7 @@ function setup() { // {{{ targetContext = getting = null; } - let matches = context.filter.match(/@([A-Za-z0-9_]{1,15})$/); + let matches = context.filter.match(/@([A-Za-z0-9_]{0,15})$/); if (!matches) return; let list = []; -- cgit v1.2.3