1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 04:34:12 +01:00

Fix some command-opening key bindings.

This commit is contained in:
Kris Maglione
2011-01-29 16:57:34 -05:00
parent 9408d105ee
commit 313d2b223c
4 changed files with 17 additions and 7 deletions

View File

@@ -910,7 +910,7 @@ var Tabs = Module("tabs", {
if (count != null)
tabs.switchTo(String(count));
else
CommandExMode.open("buffer! ");
CommandExMode().open("buffer! ");
},
{ count: true });