From 25b9bcbc337fd6a5adbfe61aad6945356cc7f5a9 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 22 Oct 2007 03:38:05 +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 1f51caea..e13b2b39 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -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);