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