1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 04:52:30 +01:00

remove the warning in :noremap's help regarding its general bodginess

This commit is contained in:
Doug Kearns
2007-11-09 12:53:38 +00:00
parent 6294f599e4
commit 87ecebd815

View File

@@ -1402,8 +1402,7 @@ vimperator.Commands = function() //{{{
{ {
usage: ["no[remap] {lhs} {rhs}", "no[remap] {lhs}", "no[remap]"], usage: ["no[remap] {lhs} {rhs}", "no[remap] {lhs}", "no[remap]"],
short_help: "Map the key sequence {lhs} to {rhs}", short_help: "Map the key sequence {lhs} to {rhs}",
help: "No remapping of the <code class=\"argument\">{rhs}</code> is performed.<br/>" + help: "No remapping of the <code class=\"argument\">{rhs}</code> is performed."
"NOTE: :noremap does not yet work as reliably as :map."
} }
)); ));
addDefaultCommand(new vimperator.Command(["o[pen]", "e[dit]"], addDefaultCommand(new vimperator.Command(["o[pen]", "e[dit]"],