mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 19:52:25 +01:00
use code.tag element's text content to anchor the help 'section' location
rather than code.id
This commit is contained in:
@@ -253,7 +253,8 @@ function get_file_completions(filter)/*{{{*/
|
||||
|
||||
function get_help_completions(filter)/*{{{*/
|
||||
{
|
||||
var help_array = [[["mappings"], "Normal mode commands"],
|
||||
var help_array = [[["introduction"], "Introductory text"],
|
||||
[["mappings"], "Normal mode commands"],
|
||||
[["commands"], "Ex commands"],
|
||||
[["options"], "Configuration options"]]; // TODO: hardcoded until we have proper 'pages'
|
||||
g_substrings = [];
|
||||
|
||||
Reference in New Issue
Block a user