1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:58:00 +01:00

convert help page to XHTML Strict (excepting the id values) and add initial

implementations for the :viusage and :exusage commands
This commit is contained in:
Doug Kearns
2007-06-06 13:52:18 +00:00
parent e47ad6187e
commit bc717bdc24
7 changed files with 146 additions and 99 deletions

View File

@@ -253,7 +253,9 @@ function get_file_completions(filter)/*{{{*/
function get_help_completions(filter)/*{{{*/
{
var help_array = [];
var help_array = [[["mappings"], "Normal mode commands"],
[["commands"], "Ex commands"],
[["settings"], "Configuration options"]]; // TODO: hardcoded until we have proper 'pages'
g_substrings = [];
for (var command in vimperator.commands)
{