Fix Command_Open jumping to beginning every time
This commit is contained in:
@@ -67,7 +67,7 @@ function IsAlpha(a)
|
||||
end
|
||||
|
||||
function SkipLineAndColumn(s)
|
||||
local line, col = "1", "1"
|
||||
local line, col = "-1", "-1"
|
||||
|
||||
function parse_line_and_column(line_and_col, delimiter)
|
||||
ic, jc = line_and_col:find(delimiter)
|
||||
|
||||
Reference in New Issue
Block a user