Remove titlebar modification, small refactor
This commit is contained in:
@@ -289,7 +289,7 @@ end
|
||||
function MatchWindowsPath(_s)
|
||||
local s, file_path, drive = SkipPath(_s)
|
||||
if not drive then
|
||||
local d = GetActiveMainWindowBufferName()
|
||||
local d = GetActiveMainWindowBufferDir()
|
||||
file_path = d..'/'..file_path
|
||||
end
|
||||
local line, col, s = SkipLineAndColumn(s)
|
||||
|
||||
Reference in New Issue
Block a user