diff options
author | anekos | 2010-08-03 23:44:15 +0000 |
---|---|---|
committer | anekos | 2010-08-03 23:44:15 +0000 |
commit | b11509ea792caadcba1f0434d4a3d8fc841c6131 (patch) | |
tree | baf995aa34b2fd8a57f8762e0d41bc4c32ca1c94 /twittperator.js | |
parent | 0afdf97cb20f7c1f654864e7f26818793c7863be (diff) | |
download | vimperator-plugins-b11509ea792caadcba1f0434d4a3d8fc841c6131.tar.bz2 |
スタイル的な修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38161 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator.js')
-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"]; |