1
0
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:
Kris Maglione
2008-10-08 02:56:11 +00:00
parent 02c1d2fbdf
commit 10376ecb77
12 changed files with 168 additions and 90 deletions

View File

@@ -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