lua api improvements
This commit is contained in:
@@ -20,7 +20,7 @@ function MatchProject(s)
|
||||
|
||||
local line, col, s = SkipLineAndColumn(s)
|
||||
|
||||
local fp = GetActiveMainWindowBufferDir().."/"..file_path
|
||||
local fp = GetDir().."/"..file_path
|
||||
if FileExists(fp) then
|
||||
return {kind = "text", file_path = fp, line = line, col = col}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user