mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 21:05:46 +01:00
Fix :time :stuff, etc.
This commit is contained in:
@@ -1141,7 +1141,7 @@ function Completion() //{{{
|
||||
context = context.contexts["/list"];
|
||||
context.wait();
|
||||
|
||||
let list = template.generic(
|
||||
let list = template.commandOutput(
|
||||
<div highlight="Completions">
|
||||
{ template.completionRow(context.title, "CompTitle") }
|
||||
{ template.map(context.items, function (item) context.createRow(item), null, 100) }
|
||||
|
||||
Reference in New Issue
Block a user