1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:22:27 +01:00

add a special version to :hardcopy to skip the print dialog and move print

related help to a dedicated page
This commit is contained in:
Doug Kearns
2008-08-05 02:30:17 +00:00
parent 2a0c5ef869
commit 19916d7118
6 changed files with 39 additions and 10 deletions

View File

@@ -382,7 +382,7 @@ const liberator = (function () //{{{
// TODO: move files to liberator.config
var files = ["intro.html", "tutorial.html", "starting.html", "browsing.html", "buffer.html",
"options.html", "tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
"repeat.html", "autocommands.html", "developer.html", "various.html"];
"repeat.html", "autocommands.html", "print.html", "developer.html", "various.html"];
for (var file in files)
{