1
0
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:
Kris Maglione
2010-10-05 11:10:13 -04:00
parent 3da8b7af2a
commit 37e209bb15
3 changed files with 14 additions and 12 deletions

View File

@@ -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 () {