mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
First work towards cleaning up the commandline.js rat's nest. Don't expect any of these new interfaces to stay remotely as they are.
--HG-- branch : key-processing
This commit is contained in:
@@ -908,7 +908,7 @@ var Tabs = Module("tabs", {
|
||||
if (count != null)
|
||||
tabs.switchTo(String(count));
|
||||
else
|
||||
commandline.open(":", "buffer! ", modes.EX);
|
||||
CommandExMode.open("buffer! ");
|
||||
},
|
||||
{ count: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user