Bring back status bar with new design, fixing bugs

This commit is contained in:
Krzosa Karol
2025-12-07 10:40:30 +01:00
parent 88a5adaa0a
commit df84d1605d
12 changed files with 227 additions and 124 deletions

View File

@@ -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