mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 04:57:59 +01:00
Fix #88 (:buffer! is broken).
This commit is contained in:
@@ -463,7 +463,7 @@ function Tabs() //{{{
|
|||||||
"Switch to a buffer",
|
"Switch to a buffer",
|
||||||
function (args)
|
function (args)
|
||||||
{
|
{
|
||||||
let special = args.special;
|
let special = args.bang;
|
||||||
let count = args.count;
|
let count = args.count;
|
||||||
let arg = args.literalArg;
|
let arg = args.literalArg;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user