1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:12:27 +01:00

Allow argument to :w

This commit is contained in:
Kris Maglione
2008-10-12 20:08:51 +00:00
parent 0f92110012
commit 99f3e3cfef
5 changed files with 59 additions and 26 deletions

View File

@@ -286,7 +286,7 @@ liberator.CommandLine = function () //{{{
}
catch (e)
{
liberator.echoerr(e.toString());
liberator.echoerr(e);
return null;
}