Remove titlebar modification, small refactor

This commit is contained in:
Krzosa Karol
2024-08-13 09:09:48 +02:00
parent da80e2c731
commit b3e95a705f
10 changed files with 22 additions and 70 deletions

View File

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