mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 09:35:46 +01:00
Merge with master.
This commit is contained in:
@@ -22,6 +22,7 @@ BUGS:
|
||||
|
||||
(recent CVS regressions):
|
||||
- visual caret mode is broken
|
||||
- BookmarkAdd is fired once for each bookmark periodically i.e. not in response to adding a bookmark
|
||||
|
||||
FEATURES:
|
||||
9 fix local options
|
||||
|
||||
@@ -40,9 +40,9 @@ if (liberator.options.getPref("extensions.vimperator.commandline_cmd_history"))
|
||||
store = liberator.storage["quickmarks"];
|
||||
pref = liberator.options.getPref("extensions.vimperator.quickmarks")
|
||||
.split("\n");
|
||||
while(pref.length > 0)
|
||||
while (pref.length > 0)
|
||||
store.set(pref.shift(), pref.shift());
|
||||
|
||||
|
||||
liberator.options.resetPref("extensions.vimperator.commandline_cmd_history");
|
||||
liberator.options.resetPref("extensions.vimperator.commandline_search_history");
|
||||
liberator.options.resetPref("extensions.vimperator.quickmarks");
|
||||
|
||||
Reference in New Issue
Block a user