diff options
-rwxr-xr-x | twittperator.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js index 2b6cbaa..73261e6 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1544,9 +1544,8 @@ function loadPlugins() { // {{{ Completers.name_id(context, args); } - if (m) { + if (m) len = m.index + m[1].length; - } } context.title = ["Name#ID", "Entry"]; |