mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:08:00 +01:00
fixed system() and other io methods
This commit is contained in:
@@ -930,7 +930,7 @@ const vimperator = (function () //{{{
|
||||
|
||||
run: function ()
|
||||
{
|
||||
func.apply(window, args);
|
||||
func(args);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user