1
0
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:
Kris Maglione
2008-12-07 10:48:03 -05:00
parent 419c7ca662
commit 7693ac5000
9 changed files with 32 additions and 37 deletions

View File

@@ -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) }