No bug, make ChatZilla's tabcomplete sort matches, rs=silver@warwickcompsoc.co.uk (James Ross), a=NPOTFFB.

git-svn-id: svn://10.0.0.236/trunk@258548 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gijskruitbosch%gmail.com
2009-10-01 23:57:27 +00:00
parent 7e93f9e27f
commit fd89298e12

View File

@@ -502,7 +502,7 @@ function onTabCompleteRequest (e)
/* then list possible completions, */
display(getMsg(MSG_FMT_MATCHLIST,
[matches.length, word,
matches.join(MSG_COMMASP)]));
matches.sort().join(MSG_COMMASP)]));
}
else
{