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

Preserve highlight when pusshing messages to the MOW.

This commit is contained in:
Kris Maglione
2008-12-07 12:01:04 -05:00
parent 0876a3bef2
commit f10a9e1650
2 changed files with 3 additions and 3 deletions

View File

@@ -405,7 +405,7 @@ function Options() //{{{
// safeSetPref might try to echomsg. Need commandline.
liberator.registerObserver("load_commandline", function () {
// TODO: maybe reset in .destroy()?
// TODO: move to vim.js or buffer.js
// TODO: move to buffer.js
// we have our own typeahead find implementation
options.safeSetPref("accessibility.typeaheadfind.autostart", false);
options.safeSetPref("accessibility.typeaheadfind", false); // actually the above setting should do it, but has no effect in firefox
@@ -562,7 +562,6 @@ function Options() //{{{
}
);
// TODO: support setting multiple options at once
commands.add(["se[t]"],
"Set an option",
function (args, modifiers)