mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 14:15:48 +01:00
Fix 'banghist' type definition.
This commit is contained in:
@@ -772,7 +772,7 @@ lookup:
|
|||||||
|
|
||||||
options.add(["banghist", "bh"],
|
options.add(["banghist", "bh"],
|
||||||
"Replace occurences of ! with the previous command when executing external commands",
|
"Replace occurences of ! with the previous command when executing external commands",
|
||||||
"banghist", true);
|
"boolean", true);
|
||||||
|
|
||||||
options.add(["fileencoding", "fenc"],
|
options.add(["fileencoding", "fenc"],
|
||||||
"Sets the character encoding of read and written files",
|
"Sets the character encoding of read and written files",
|
||||||
|
|||||||
Reference in New Issue
Block a user