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