mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 01:15:47 +01:00
Fix 'encoding' names.
Options require literal names.
This commit is contained in:
@@ -60,7 +60,7 @@ function Browser() //{{{
|
|||||||
////////////////////// OPTIONS /////////////////////////////////////////////////
|
////////////////////// OPTIONS /////////////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
options.add(["enc[oding]"],
|
options.add(["encoding", "enc"],
|
||||||
"Sets the current buffer's character encoding",
|
"Sets the current buffer's character encoding",
|
||||||
"string", "UTF-8",
|
"string", "UTF-8",
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user