1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:22:28 +01:00

Search recursively for plugins in liberator.loadPlugins.

This commit is contained in:
Doug Kearns
2008-12-30 19:04:54 +11:00
parent a1dcfa4e02
commit 2828b47b65
3 changed files with 37 additions and 33 deletions

View File

@@ -588,7 +588,6 @@ function Events() //{{{
// load all macros inside ~/.vimperator/macros/
// setTimeout needed since io. is loaded after events.
setTimeout (function () {
// FIXME: largely duplicated for loading plugins
try
{
let dirs = io.getRuntimeDirectories("macros");