diff options
Diffstat (limited to 'common/content/tabs.js')
-rw-r--r-- | common/content/tabs.js | 2 |
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 }); |