mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 16:35:47 +01:00
Don't change the command line when running :execute.
This commit is contained in:
@@ -411,7 +411,7 @@ const liberator = (function () //{{{
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
let cmd = liberator.eval(args.string);
|
let cmd = liberator.eval(args.string);
|
||||||
liberator.execute(cmd);
|
liberator.execute(cmd, null, true);
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user