diff --git a/muttator/content/compose/liberator.xul b/muttator/content/compose/liberator.xul
deleted file mode 100644
index fe7c63a7..00000000
--- a/muttator/content/compose/liberator.xul
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
-
-
-]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/muttator/content/compose/liberator.xul b/muttator/content/compose/liberator.xul
new file mode 120000
index 00000000..e6fca064
--- /dev/null
+++ b/muttator/content/compose/liberator.xul
@@ -0,0 +1 @@
+../../../common/content/liberator.xul
\ No newline at end of file
diff --git a/vimperator/regressions.js b/vimperator/regressions.js
index d5744142..7dc06b75 100644
--- a/vimperator/regressions.js
+++ b/vimperator/regressions.js
@@ -71,6 +71,8 @@ function resetEnvironment()
{
multilineOutput.contentDocument.body.innerHTML = "";
singlelineOutput.value = "";
+ commandline.close();
+ modes.reset();
}
function getOutput() multilineOutput.contentDocument.body.textContent || singlelineOutput.value;
@@ -137,9 +139,7 @@ commands.addUserCommand(["regr[essions]"],
test.cmds.forEach(function (cmd) {
if (cmd[0] == ":")
- {
liberator.execute(cmd);
- }
else
events.feedkeys(cmd);
});
@@ -174,7 +174,6 @@ commands.addUserCommand(["regr[essions]"],
if (!args.bang)
{
- XML.prettyPrinting = true;
liberator.echo(<>Running tests should always be done in a new profile.
> +
<>It should not do any harm to your profile, but your current settings like options, abbreviations or mappings might not be in the same state as before running the tests.> +
<>Just make sure, you don't :mkvimperatorrc, after running the tests.
> +