Bring back status bar with new design, fixing bugs
This commit is contained in:
@@ -323,10 +323,6 @@ function MatchGotoBuild(s, meta)
|
||||
end
|
||||
|
||||
function MatchExec(s, meta)
|
||||
if meta ~= "exec" then
|
||||
return nil
|
||||
end
|
||||
|
||||
if s:match(".exe$") or s:match(".bat$") or s:match(".sh$") then
|
||||
return {kind = "exec_console", cmd = s, working_dir = GetMainDir()}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user