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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user