1
0
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:
Doug Kearns
2008-12-25 02:36:43 +11:00
parent d2fea07fbd
commit aba49d9ce4

View File

@@ -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;