diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-05-24 23:26:15 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-05-24 23:32:09 +1000 |
commit | 61b6491b8b4ca6003166d6533d2518a7a1db26dc (patch) | |
tree | 5ae915d11a2440b59cf8ff9fb92bd28b65c58849 /vimperator/content/config.js | |
parent | 73759f78f842a126bc1afa770d2cd78679d0bfb3 (diff) | |
download | pentadactyl-61b6491b8b4ca6003166d6533d2518a7a1db26dc.tar.gz |
Add all.html for viewing all help in a single page.
This is all really inside out. It would be much better to store the help
in a single file and use asciidoc/docbook's capabilities to split it if
desired.
Diffstat (limited to 'vimperator/content/config.js')
-rw-r--r-- | vimperator/content/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/content/config.js b/vimperator/content/config.js index cad178f7..1d088c48 100644 --- a/vimperator/content/config.js +++ b/vimperator/content/config.js @@ -119,7 +119,7 @@ const config = { //{{{ "pattern.html", "tabs.html", "hints.html", "map.html", "eval.html", "marks.html", "repeat.html", "autocommands.html", "print.html", "gui.html", "styling.html", "message.html", "developer.html", - "various.html", "index.html", "version.html" + "various.html", "version.html", "index.html", "all.html" ], get ignoreKeys() { |