mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 21:04:13 +01:00
Don't be so damned loud about errors during :sourcing now that we're no longer aping Vim.
--HG-- branch : groups
This commit is contained in:
@@ -188,7 +188,7 @@ var IO = Module("io", {
|
||||
styles.registerSheet(uri.spec, false, true);
|
||||
else {
|
||||
context = Contexts.Context(file, params.group);
|
||||
modules.commands.execute(file.read(), null, params.silent || "loud",
|
||||
modules.commands.execute(file.read(), null, params.silent,
|
||||
null, {
|
||||
context: context,
|
||||
file: file.path,
|
||||
|
||||
Reference in New Issue
Block a user