Skip to content

Commit

Permalink
Test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Dec 4, 2024
1 parent a646c2f commit ba5b3cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luamacro/src/luamacro.lua
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ local function Open_CommandLine (strCmdLine)
elseif cmd == "farconfig" then
require("far2.far_config")()
elseif cmd == "test" then
actl.Quit(7)
far.MacroPost( [[
local function Quit(n) actl.Quit(n) Keys("Esc") end
local OK, R = pcall(require, "far2.test.macrotest")
Expand Down

0 comments on commit ba5b3cd

Please sign in to comment.