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

minor refactoring of "b" action

This commit is contained in:
Doug Kearns
2008-12-19 23:17:52 +11:00
parent 92f9fcfc8d
commit 695b3ed9ea

View File

@@ -252,8 +252,9 @@ function Tabs() //{{{
function (count) function (count)
{ {
if (count != -1) if (count != -1)
return tabs.switchTo(String(count)); tabs.switchTo(String(count));
commandline.open(":", "buffer! ", modes.EX); else
commandline.open(":", "buffer! ", modes.EX);
}, },
{ flags: Mappings.flags.COUNT }); { flags: Mappings.flags.COUNT });