1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 18:12:26 +01:00

Add experimental transliterating hint matcher that I apparently wrote for Conkeror. (resume matches résume, mae mæstro, and so on (but résume and mæstro don't...))

This commit is contained in:
Kris Maglione
2009-11-11 08:46:18 -05:00
parent ee91adc5ad
commit 2f8369ddf7
2 changed files with 148 additions and 5 deletions

View File

@@ -882,6 +882,8 @@ const Liberator = Module("liberator", {
catch (e) {
if (e instanceof FailedAssertion)
liberator.echoerr(e.message);
else
liberator.reportError(e);
}
},