From 8dfffbb50b604456ec0e3accfbc1327dfa830afd Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sat, 20 Oct 2007 23:04:47 +0000 Subject: [PATCH] reduced timeout of asynchronous vimperatorrc loading --- content/vimperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/vimperator.js b/content/vimperator.js index ee4915e2..6060515e 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -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);