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

reduced timeout of asynchronous vimperatorrc loading

This commit is contained in:
Doug Kearns
2007-10-22 03:38:05 +00:00
parent 4caa2a262f
commit 25b9bcbc33

View File

@@ -773,7 +773,7 @@ const vimperator = (function() //{{{
// thrown if directory does not exist
//vimperator.log("Error sourcing plugin directory: " + e);
}
}, 50);
}, 0);
vimperator.statusline.update();
vimperator.log("Vimperator fully initialized", 1);