diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js index 0b287470..4ee38e98 100644 --- a/chrome/content/vimperator/help.js +++ b/chrome/content/vimperator/help.js @@ -262,7 +262,7 @@ vimperator.help = function(section, easter) //{{{ { function findSectionElement(section) { - return vimperator.buffer.evaluateXPath('//code[@class="tag" and text()="' + section + '"]') + return vimperator.buffer.evaluateXPath('//code[@class="tag" and text()="' + section + '"] | id("' + section + '")') .snapshotItem(0); }