1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00

don't bother returning a status value in Marks#jumpTo and remove trailing comma

in :mark help propery assignment
This commit is contained in:
Doug Kearns
2007-06-26 12:32:57 +00:00
parent 97b05cc9e1
commit c9c550a6f0
2 changed files with 1 additions and 3 deletions

View File

@@ -521,8 +521,6 @@ function Marks() //{{{
if (!ok) if (!ok)
vimperator.echoerr("E20: Mark not set"); // FIXME: move up? vimperator.echoerr("E20: Mark not set"); // FIXME: move up?
return ok;
} }
// TODO: show marks like vim does (when the multiline echo impl is done) or in the preview window right now // TODO: show marks like vim does (when the multiline echo impl is done) or in the preview window right now

View File

@@ -510,7 +510,7 @@ function Commands() //{{{
}, },
{ {
usage: ["ma[rk] {arg}"], usage: ["ma[rk] {arg}"],
short_help: "Mark current location within the webpage", short_help: "Mark current location within the webpage"
} }
)); ));
addDefaultCommand(new Command(["marks"], addDefaultCommand(new Command(["marks"],