Fix eval error
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#define BUFFER_DEBUG 0
|
#define BUFFER_DEBUG 0
|
||||||
|
|
||||||
|
|
||||||
API Range MakeRange(Int a, Int b) {
|
API Range MakeRange(Int a, Int b) {
|
||||||
Range result = {Min(a, b), Max(a, b)};
|
Range result = {Min(a, b), Max(a, b)};
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
@@ -333,7 +333,6 @@ function MatchExec(s, meta)
|
|||||||
return {kind = "exec_console", cmd = s:sub(2, -1), working_dir = GetMainDir()}
|
return {kind = "exec_console", cmd = s:sub(2, -1), working_dir = GetMainDir()}
|
||||||
end
|
end
|
||||||
|
|
||||||
Eval(s)
|
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user