mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 03:17:59 +01:00
move buffer_switch and toggleBufferList to the :buffer and :buffers
ex-commands; make the "u" normal mode command call vimperator.commands.undo rather than execute_command() directly
This commit is contained in:
@@ -239,7 +239,7 @@ function help(section, easter) //{{{
|
||||
function findSectionElement(section)
|
||||
{
|
||||
return evaluateXPath('//code[@class="tag" and text()="' + section + '"]')
|
||||
.snapshotItem(0);
|
||||
.snapshotItem(0);
|
||||
}
|
||||
|
||||
var element = findSectionElement(section);
|
||||
|
||||
Reference in New Issue
Block a user