mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:52:26 +01:00
fixed ]f and :b!<tab> - thanks anekos
This commit is contained in:
@@ -825,7 +825,7 @@ liberator.Completion = function () //{{{
|
||||
var command = liberator.commands.get(cmd);
|
||||
if (command && command.completer)
|
||||
{
|
||||
matches = str.match(/^:*\d*\w+!?\s+/);
|
||||
matches = str.match(/^:*\d*\w+[\s!]\s*/);
|
||||
exLength = matches ? matches[0].length : 0;
|
||||
[start, completions] = command.completer.call(this, args, special);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user