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

moved v.buffer.switchTo to v.tabs.switchTo

This commit is contained in:
Martin Stubenschrott
2008-02-12 18:28:07 +00:00
parent fec955dcb2
commit d1560b0cfb
3 changed files with 89 additions and 92 deletions

View File

@@ -687,13 +687,6 @@ vimperator.Commands = function () //{{{
args: [[["-tags", "-T"], OPTION_LIST]]
}
));
commandManager.addUserCommand(new vimperator.Command(["b[uffer]"],
function (args, special) { vimperator.buffer.switchTo(args, special); },
{
shortHelp: "Go to buffer from buffer list",
completer: function (filter) { return vimperator.completion.buffer(filter); }
}
));
commandManager.addUserCommand(new vimperator.Command(["dia[log]"],
function (args, special)
{