mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:07:59 +01:00
reduced timeout of asynchronous vimperatorrc loading
This commit is contained in:
@@ -665,7 +665,7 @@ const vimperator = (function() //{{{
|
|||||||
// thrown if directory does not exist
|
// thrown if directory does not exist
|
||||||
//vimperator.log("Error sourcing plugin directory: " + e);
|
//vimperator.log("Error sourcing plugin directory: " + e);
|
||||||
}
|
}
|
||||||
}, 50);
|
}, 0);
|
||||||
|
|
||||||
vimperator.statusline.update();
|
vimperator.statusline.update();
|
||||||
vimperator.log("Vimperator fully initialized", 1);
|
vimperator.log("Vimperator fully initialized", 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user