mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:57:58 +01:00
Be somewhat less insistent/more informative in deprecation complaints.
This commit is contained in:
@@ -1307,7 +1307,7 @@ const Options = Module("options", {
|
||||
dactyl.echoerr("E18: Unexpected characters in :let");
|
||||
},
|
||||
{
|
||||
deprecated: true,
|
||||
deprecated: "Please use the options system instead",
|
||||
literal: 0
|
||||
}
|
||||
);
|
||||
@@ -1389,7 +1389,7 @@ const Options = Module("options", {
|
||||
{
|
||||
argCount: "+",
|
||||
bang: true,
|
||||
deprecated: true
|
||||
deprecated: "Please use the options system instead"
|
||||
});
|
||||
},
|
||||
completion: function () {
|
||||
|
||||
Reference in New Issue
Block a user