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:
@@ -302,6 +302,7 @@ vimperator.Completion = function () //{{{
|
||||
{
|
||||
substrings = [];
|
||||
var completions = [];
|
||||
|
||||
if (!filter)
|
||||
{
|
||||
for (var command in vimperator.commands)
|
||||
|
||||
Reference in New Issue
Block a user