mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:08:00 +01:00
minor refactoring of "b" action
This commit is contained in:
@@ -252,8 +252,9 @@ function Tabs() //{{{
|
||||
function (count)
|
||||
{
|
||||
if (count != -1)
|
||||
return tabs.switchTo(String(count));
|
||||
commandline.open(":", "buffer! ", modes.EX);
|
||||
tabs.switchTo(String(count));
|
||||
else
|
||||
commandline.open(":", "buffer! ", modes.EX);
|
||||
},
|
||||
{ flags: Mappings.flags.COUNT });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user