mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 20:04:18 +01:00
Add standard 'mark' completer. Fix x/y transposition in :delm completion
This commit is contained in:
@@ -967,7 +967,7 @@ function QuickMarks() //{{{
|
||||
completer: function (context)
|
||||
{
|
||||
context.title = ["QuickMark", "URL"];
|
||||
context.completions = [[key, val] for ([key, val] in qmarks)];
|
||||
context.completions = qmarks;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user