1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 05:05:46 +01:00

add initialization section to help

This commit is contained in:
Doug Kearns
2007-09-01 11:39:36 +00:00
parent dbf731e3f6
commit 43fd49cbde
2 changed files with 23 additions and 3 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'