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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user