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

reduced timeout of asynchronous vimperatorrc loading

This commit is contained in:
Martin Stubenschrott
2007-10-20 23:04:47 +00:00
parent 5c6e60676f
commit 8dfffbb50b

View File

@@ -665,7 +665,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);