1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 03:32:27 +01:00

don't emit an error message when ~/.vimperatorrc doesn't exist

This commit is contained in:
Doug Kearns
2007-08-06 11:04:44 +00:00
parent 5774ba2a16
commit 0ab80a8d3a

View File

@@ -655,7 +655,7 @@ const vimperator = (function() //{{{
// finally, read a ~/.vimperatorrc
// make sourcing asynchronous, otherwise commands that open new tabs won't work
setTimeout(function() {
vimperator.source("~/.vimperatorrc", false);
vimperator.source("~/.vimperatorrc", true);
vimperator.log("~/.vimperatorrc sourced", 1);
// also source plugins in ~/.vimperator/plugin/