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

add initialization section to help

This commit is contained in:
Doug Kearns
2007-09-01 11:39:17 +00:00
parent 5b0f37b207
commit dbfca2e6b1
2 changed files with 24 additions and 4 deletions

View File

@@ -302,6 +302,7 @@ vimperator.completion = (function() // {{{
get_help_completions: function(filter) //{{{
{
var help_array = [[["introduction"], "Introductory text"],
[["initialization"], "Initialization and startup"],
[["mappings"], "Normal mode commands"],
[["commands"], "Ex commands"],
[["options"], "Configuration options"]]; // TODO: hardcoded until we have proper 'pages'