1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 13:05:47 +01:00

Add :ha >file.ps

This commit is contained in:
Kris Maglione
2008-12-17 11:30:56 -05:00
parent 1432758373
commit 2fea92e31d
5 changed files with 84 additions and 34 deletions

View File

@@ -701,6 +701,7 @@ function History() //{{{
context.completions = [sh.getEntryAtIndex(i, false) for (i in util.range(sh.index, 0, true))];
context.keys = { text: function (item) item.URI.spec, description: "title" };
liberator.dump(context.items);
},
count: true,
literal: 0