mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:18:00 +01:00
Add search keyword-history completion (try typing a keyword), better JS completion, better errors in :so, check "preload" before preloading history/bookmarks, Object/Function highlighting, some other bug fixes.
This commit is contained in:
@@ -1162,6 +1162,7 @@ const liberator = (function () //{{{
|
||||
option.reset();
|
||||
}
|
||||
|
||||
liberator.triggerObserver("enter", null);
|
||||
liberator.autocommands.trigger(liberator.config.name + "Enter", "");
|
||||
}, 0);
|
||||
|
||||
@@ -1193,7 +1194,7 @@ const liberator = (function () //{{{
|
||||
return true;
|
||||
},
|
||||
|
||||
threadyield: function (flush)
|
||||
threadYield: function (flush)
|
||||
{
|
||||
let mainThread = threadManager.mainThread;
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user