1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 07:24:13 +01:00

Fix 'banghist' type definition.

This commit is contained in:
Doug Kearns
2010-10-01 20:33:10 +10:00
parent dc77ef08cb
commit 75854ad74d

View File

@@ -772,7 +772,7 @@ lookup:
options.add(["banghist", "bh"],
"Replace occurences of ! with the previous command when executing external commands",
"banghist", true);
"boolean", true);
options.add(["fileencoding", "fenc"],
"Sets the character encoding of read and written files",