mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 16:04:12 +01:00
minor refactoring of "b" action
This commit is contained in:
committed by
Kris Maglione
parent
b08f9053b3
commit
b2799ebedd
@@ -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 });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user