1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 06:45:51 +01:00

Fix some :h news issues, document ;A.

This commit is contained in:
Štěpán Němec
2012-02-01 18:50:54 +01:00
parent c4b52258b7
commit f6e6ade181
4 changed files with 10 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ var Help = Module("Help", {
| (?: ^ [^\S\n]* \n) +
]]>), "gmxy");
let betas = util.regexp(/\[(b\d)\]/, "gx");
let betas = util.regexp(/\[((?:b|rc)\d)\]/, "gx");
let beta = array(betas.iterate(NEWS))
.map(function (m) m[1]).uniq().slice(-1)[0];