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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user