summaryrefslogtreecommitdiff
path: root/common/content/tabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/tabs.js')
-rw-r--r--common/content/tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/tabs.js b/common/content/tabs.js
index a6ecaeae..87a91e7d 100644
--- a/common/content/tabs.js
+++ b/common/content/tabs.js
@@ -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 });