1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-11 02:25:21 +02: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:
Kris Maglione
2011-02-07 03:02:40 -05:00
parent 5be9f3e85c
commit a8ef60f4d5
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -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,