1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 15:18:00 +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]"],
short_help: "Map the key sequence {lhs} to {rhs}",
help: "No remapping of the <code class=\"argument\">{rhs}</code> is performed.<br/>" +
"NOTE: :noremap does not yet work as reliably as :map."
help: "No remapping of the <code class=\"argument\">{rhs}</code> is performed."
}
));
addDefaultCommand(new vimperator.Command(["o[pen]", "e[dit]"],