mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 09:42:28 +01:00
move global source() command to a vimperator slot
This commit is contained in:
@@ -126,7 +126,7 @@ function init() //{{{
|
||||
// Finally, read a ~/.vimperatorrc
|
||||
// Make sourcing asynchronous, otherwise commands that open new tabs won't work
|
||||
setTimeout(function() {
|
||||
source("~/.vimperatorrc", true);
|
||||
vimperator.source("~/.vimperatorrc", true);
|
||||
vimperator.log("~/.vimperatorrc sourced", 1);
|
||||
}, 50);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user