mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:17:58 +01:00
remove trailing comma in :delmarks help propery assignment
This commit is contained in:
@@ -376,7 +376,7 @@ function Commands() //{{{
|
|||||||
help: "Marks are presented as a list. Example:<br/>" +
|
help: "Marks are presented as a list. Example:<br/>" +
|
||||||
"<code class=\"command\">:delmarks Aa b p</code> will delete marks A, a, b and p<br/>" +
|
"<code class=\"command\">:delmarks Aa b p</code> will delete marks A, a, b and p<br/>" +
|
||||||
"<code class=\"command\">:delmarks b-p</code> will delete all marks in the range b to p<br/>" +
|
"<code class=\"command\">:delmarks b-p</code> will delete all marks in the range b to p<br/>" +
|
||||||
"<code class=\"command\">:delmarks!</code> will delete all marks for the current buffer",
|
"<code class=\"command\">:delmarks!</code> will delete all marks for the current buffer"
|
||||||
}
|
}
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user