1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 20:24:12 +01:00

White-space changes in regressions.js

This commit is contained in:
Kris Maglione
2008-12-08 09:28:44 -05:00
parent 485579738d
commit 9e283a0c06

View File

@@ -174,10 +174,15 @@ commands.addUserCommand(["regr[essions]"],
if (!args.bang)
{
liberator.echo(<><span style="font-weight: bold">Running tests should always be done in a new profile.</span><br/></> +
<>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.<br/><br/></> +
<>Use :regressions! to skip this prompt.</>);
liberator.echo(<>
<span style="font-weight: bold">Running tests should always be done in a new profile.</span><br/>
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.<br/><br/>
Use :regressions! to skip this prompt.
</>);
commandline.input("Type 'yes' to run the tests:", function (res) { if (res == "yes") run(); } );
return;
}