1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:58:00 +01:00

sort :commands for tab-completion

This commit is contained in:
Martin Stubenschrott
2008-03-01 00:27:10 +00:00
parent 3c203e5563
commit 48a79ca3cf
4 changed files with 13 additions and 15 deletions

View File

@@ -302,6 +302,7 @@ vimperator.Completion = function () //{{{
{
substrings = [];
var completions = [];
if (!filter)
{
for (var command in vimperator.commands)